diff options
Diffstat (limited to 'otherlibs/win32unix')
-rw-r--r-- | otherlibs/win32unix/socketaddr.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |