aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2006-09-07 18:51:52 -0700
committerH. Peter Anvin <hpa@zytor.com>2006-09-07 18:51:52 -0700
commit3b54e6a25cc175c1855f1dc1b2f70ca181b8b244 (patch)
treedb730af521a4679d25b9022da843d6dd6adfc6cc
parent37c740f00bf40834ae73debdd28b2a1aece757ab (diff)
downloadlibucd-3b54e6a25cc175c1855f1dc1b2f70ca181b8b244.tar.gz
nametoucs.c: Need <errno.h>
-rw-r--r--nametoucs.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/nametoucs.c b/nametoucs.c
index 8185b1a..eef76bd 100644
--- a/nametoucs.c
+++ b/nametoucs.c
@@ -2,6 +2,8 @@
#include <string.h>
#include <stdlib.h>
#include <inttypes.h>
+#include <errno.h>
+
#include "libucd_int.h"
#include "gen/nametoucs_hash.h"