summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.bin/asn1_compile/getarg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/asn1_compile/getarg.c b/usr.bin/asn1_compile/getarg.c
index 6a869d8ba4b..b7ebcf9ff0f 100644
--- a/usr.bin/asn1_compile/getarg.c
+++ b/usr.bin/asn1_compile/getarg.c
@@ -39,6 +39,7 @@ RCSID("$KTH: getarg.c,v 1.46 2002/08/20 16:23:07 joda Exp $");
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <err.h>
#include "getarg.h"
#define ISFLAG(X) ((X).type == arg_flag || (X).type == arg_negative_flag)