summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sbin/isakmpd/genconstants.sh8
1 files changed, 5 insertions, 3 deletions
diff --git a/sbin/isakmpd/genconstants.sh b/sbin/isakmpd/genconstants.sh
index 9482ade17c5..f641680bc39 100644
--- a/sbin/isakmpd/genconstants.sh
+++ b/sbin/isakmpd/genconstants.sh
@@ -1,5 +1,5 @@
-# $OpenBSD: genconstants.sh,v 1.4 1998/12/21 01:02:23 niklas Exp $
-# $EOM: genconstants.sh,v 1.4 1998/11/24 09:13:09 niklas Exp $
+# $OpenBSD: genconstants.sh,v 1.5 1999/02/26 03:39:24 niklas Exp $
+# $EOM: genconstants.sh,v 1.5 1999/02/25 11:38:56 niklas Exp $
#
# Copyright (c) 1998 Niklas Hallqvist. All rights reserved.
@@ -53,6 +53,7 @@ BEGIN {
print "/* DO NOT EDIT-- this file is automatically generated. */\n"
print "#ifndef _'$upcased_name'_H_"
print "#define _'$upcased_name'_H_\n"
+ print "#include \"sysdep.h\"\n"
print "#include \"constants.h\"\n"
}
@@ -86,7 +87,8 @@ $locase_function
"'
BEGIN {
print "/* DO NOT EDIT-- this file is automatically generated. */\n"
- print "#include \"constants.h\"\n"
+ print "#include \"sysdep.h\"\n"
+ print "#include \"constants.h\""
print "#include \"'$base'.h\"\n"
}