commit a0ebf98d323dfec98b58932c693b776466eb88f6
parent 8b5fcbcb76d063ff3574a4c7291226305e9de312
Author: Jordan Ritter <jpr5@darkridge.com>
Date: Wed, 4 May 2005 18:09:46 +0000
correct include path for types file
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/win32/support/inet_ntop.c b/win32/support/inet_ntop.c
@@ -1,7 +1,7 @@
/*
* $Id$
*
- * This is Win32-specific support functionality for inet_ntop(),
+ * This is Win32-specific support functionality for inet_ntop(),
* which is missing from Win32. The code was used from FreeBSD:
*
* $FreeBSD: /repoman/r/ncvs/src/lib/libc/net/inet_ntop.c,v 1.6.2.2 2002/12/16 15:19:35 robert Exp $"
@@ -28,7 +28,7 @@
#include <stdio.h>
#include <string.h>
-#include "nettypes.h"
+#include "types.h"
/*
* WARNING: Don't even consider trying to compile this on a system where