summaryrefslogtreecommitdiff
path: root/usr.bin/asn1_compile
diff options
context:
space:
mode:
authorPedro Martelletto <pedro@cvs.openbsd.org>2004-06-08 16:49:01 +0000
committerPedro Martelletto <pedro@cvs.openbsd.org>2004-06-08 16:49:01 +0000
commit87400b6851e1d99c3d077a270ccd61cc765bc6a7 (patch)
tree27ac8e7c6aca4eab0980ff7ba7bb32a9457a8ee0 /usr.bin/asn1_compile
parentb05496e0cedc47f42def42e3cd44feafbed3c7ef (diff)
include err.h, from Jared Yanovich
Diffstat (limited to 'usr.bin/asn1_compile')
-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)