summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--otherlibs/unix/socketaddr.h2
-rw-r--r--otherlibs/win32unix/socketaddr.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/otherlibs/unix/socketaddr.h b/otherlibs/unix/socketaddr.h
index 43d7e91b4..7269633ef 100644
--- a/otherlibs/unix/socketaddr.h
+++ b/otherlibs/unix/socketaddr.h
@@ -13,7 +13,7 @@
/* $Id$ */
-#include <misc.h>
+#include "misc.h"
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/un.h>
diff --git a/otherlibs/win32unix/socketaddr.h b/otherlibs/win32unix/socketaddr.h
index 3d2c66754..26deff64b 100644
--- a/otherlibs/win32unix/socketaddr.h
+++ b/otherlibs/win32unix/socketaddr.h
@@ -13,7 +13,7 @@
/* $Id$ */
-#include <misc.h>
+#include "misc.h"
union sock_addr_union {
struct sockaddr s_gen;