summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Jennings <mej@kainx.org>2001-03-05 21:38:58 +0000
committerMichael Jennings <mej@kainx.org>2001-03-05 21:38:58 +0000
commit3b89e409bc03f2be75144f1a8293d4e87077f6a9 (patch)
tree93ea6eba9841dfe3adc214e1afacd0fdce9904db
parent1a4e2e927cd125a8c59dffb90e87734cf07f38e7 (diff)
downloadeterm-3b89e409bc03f2be75144f1a8293d4e87077f6a9.tar.gz
Mon Mar 5 13:38:01 PST 2001 Michael Jennings <mej@eterm.org>
Fix for NetBSD from Marc Bevand <bevand_m@epita.fr>. SVN revision: 4313
-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>