1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-24 13:57:43 +03:00

socket_wrapper: simplify include path for replace.h

This commit is contained in:
Michael Adam 2011-11-18 15:37:07 +01:00
parent 47a94f7f81
commit 87026b6dc3

View 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"