- (bal) I think this is the last of the bsd-*.h that don't belong.
diff --git a/ChangeLog b/ChangeLog
index 31eeb87..30202ff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+20010104
+ - (bal) I think this is the last of the bsd-*.h that don't belong.
+
 20010103
  - (bal) Cygwin clean up by Corinna Vinschen <vinschen@redhat.com>
  - (bal) renamed queue.h to fake-queue.h (even if it's an OpenBSD
diff --git a/openbsd-compat/inet_ntoa.c b/openbsd-compat/inet_ntoa.c
index fe5539b..8a8b3c8 100644
--- a/openbsd-compat/inet_ntoa.c
+++ b/openbsd-compat/inet_ntoa.c
@@ -47,7 +47,7 @@
 #include <netinet/in.h>
 #include <arpa/inet.h>
 #include <stdio.h>
-#include "bsd-inet_ntoa.h"
+#include "inet_ntoa.h"
 
 char *inet_ntoa(struct in_addr in)
 {
diff --git a/openbsd-compat/strtok.c b/openbsd-compat/strtok.c
index d197734..6ce6f9a 100644
--- a/openbsd-compat/strtok.c
+++ b/openbsd-compat/strtok.c
@@ -35,7 +35,7 @@
 
 #ifndef HAVE_STRTOK_R
 
-#include "bsd-strtok.h"
+#include "strtok.h"
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char *rcsid = "$OpenBSD: strtok.c,v 1.3 1999/11/09 11:19:46 art Exp $";