summaryrefslogtreecommitdiff
path: root/openbsd-compat/inet_ntoa.c
diff options
context:
space:
mode:
authormouring <mouring>2002-06-27 18:23:20 +0000
committermouring <mouring>2002-06-27 18:23:20 +0000
commit22686051a872c9ab58bac4994b5d72b3713aef35 (patch)
tree2cb6ce6e0a9a64721a7cf135f1c17faf2cc0deaf /openbsd-compat/inet_ntoa.c
parentbc8bf14d4639816d6759c3dc76ad2be7272f8cb7 (diff)
downloadopenssh-22686051a872c9ab58bac4994b5d72b3713aef35.tar.gz
- (bal) s/config.h/includes.h/ in openbsd-compat/ for *.c. Otherwise wise
have issues of our fixes not propogating right (ie bcopy instead of memmove). OK tim
Diffstat (limited to 'openbsd-compat/inet_ntoa.c')
-rw-r--r--openbsd-compat/inet_ntoa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsd-compat/inet_ntoa.c b/openbsd-compat/inet_ntoa.c
index 8a8b3c84..ad228229 100644
--- a/openbsd-compat/inet_ntoa.c
+++ b/openbsd-compat/inet_ntoa.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*/
-#include "config.h"
+#include "includes.h"
#if defined(BROKEN_INET_NTOA) || !defined(HAVE_INET_NTOA)