diff options
Diffstat (limited to 'replace/system')
-rw-r--r-- | replace/system/network.h | 2 | ||||
-rw-r--r-- | replace/system/passwd.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/replace/system/network.h b/replace/system/network.h index 077892a5..473d79b5 100644 --- a/replace/system/network.h +++ b/replace/system/network.h @@ -326,7 +326,7 @@ struct addrinfo { #ifndef SOCKET_WRAPPER_NOT_REPLACE #define SOCKET_WRAPPER_REPLACE #endif -#include "lib/socket_wrapper/socket_wrapper.h" +#include "../socket_wrapper/socket_wrapper.h" #endif #endif diff --git a/replace/system/passwd.h b/replace/system/passwd.h index cad3197c..9d7de34b 100644 --- a/replace/system/passwd.h +++ b/replace/system/passwd.h @@ -104,7 +104,7 @@ char *rep_getpass(const char *prompt); #ifndef NSS_WRAPPER_NOT_REPLACE #define NSS_WRAPPER_REPLACE #endif -#include "lib/nss_wrapper/nss_wrapper.h" +#include "../nss_wrapper/nss_wrapper.h" #endif #endif |