socket_wrapper: simplify include path for replace.h
authorMichael Adam <obnox@samba.org>
Fri, 18 Nov 2011 14:37:07 +0000 (15:37 +0100)
committerMichael Adam <obnox@samba.org>
Fri, 25 Nov 2011 12:24:34 +0000 (13:24 +0100)
lib/socket_wrapper/socket_wrapper.c

index a54f50f2f5741c0f7c7cdb3ab3f4fc973699a1b4..7ebbfb3b75ba763e46d030852cf38fc9e769d70d 100644 (file)
@@ -42,7 +42,7 @@
 #ifdef _SAMBA_BUILD_
 
 #define SOCKET_WRAPPER_NOT_REPLACE
-#include "../replace/replace.h"
+#include "replace.h"
 #include "system/network.h"
 #include "system/filesys.h"
 #include "system/time.h"