summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--utils/Etbg.c2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 34b0bee..7ff98de 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4069,6 +4069,11 @@ Sat Feb 3 18:25:45 PST 2001 Michael Jennings <mej@eterm.org>
-------------------------------------------------------------------------------
Thu Feb 8 17:23:13 PST 2001 Michael Jennings <mej@eterm.org>
- Somehow I managed to be think strcpy but type strcat. Oops.
+ Somehow I managed to think strcpy but type strcat. Oops.
+
+-------------------------------------------------------------------------------
+Mon Mar 5 13:38:01 PST 2001 Michael Jennings <mej@eterm.org>
+
+ Fix for NetBSD from Marc Bevand <bevand_m@epita.fr>.
-------------------------------------------------------------------------------
diff --git a/utils/Etbg.c b/utils/Etbg.c
index 012eba0..09109af 100644
--- a/utils/Etbg.c
+++ b/utils/Etbg.c
@@ -23,6 +23,8 @@
*
*/
+#include <config.h>
+
#include <stdio.h>
#include <string.h>