diff options
Diffstat (limited to 'source4/torture/local')
-rw-r--r-- | source4/torture/local/socket.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/local/socket.c b/source4/torture/local/socket.c index 6a6f867fa0..3b4707b06a 100644 --- a/source4/torture/local/socket.c +++ b/source4/torture/local/socket.c @@ -21,6 +21,7 @@ */ #include "includes.h" +#include "lib/socket/socket.h" #define CHECK_STATUS(status, correct) do { \ if (!NT_STATUS_EQUAL(status, correct)) { \ |