summaryrefslogtreecommitdiffstats
path: root/lib/libcom_err/error.c
diff options
context:
space:
mode:
authorhin <hin@openbsd.org>2000-02-19 12:35:32 +0000
committerhin <hin@openbsd.org>2000-02-19 12:35:32 +0000
commitacd7341d15ab42a23472339ac96402c736291f20 (patch)
tree62cdb6b44932d998e194eb268120c36f015a7f44 /lib/libcom_err/error.c
parentUpdate to a newer version from KTH-Kerberos. (diff)
downloadwireguard-openbsd-acd7341d15ab42a23472339ac96402c736291f20.tar.xz
wireguard-openbsd-acd7341d15ab42a23472339ac96402c736291f20.zip
Remove com_right.h, it's included in com_err.h
Diffstat (limited to 'lib/libcom_err/error.c')
-rw-r--r--lib/libcom_err/error.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcom_err/error.c b/lib/libcom_err/error.c
index a3fdb2e7d65..692fb225551 100644
--- a/lib/libcom_err/error.c
+++ b/lib/libcom_err/error.c
@@ -43,7 +43,7 @@ RCSID("$KTH: error.c,v 1.13 1998/02/17 21:19:44 bg Exp $");
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <com_right.h>
+#include <com_err.h>
const char *
com_right(struct et_list *list, long code)