summaryrefslogtreecommitdiff
path: root/lib/glob.in.h
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2013-09-09 06:23:44 -0600
committerEric Blake <eblake@redhat.com>2013-09-09 06:23:44 -0600
commit97799ab308e774e51358fe216d41a0f822c0c9d6 (patch)
tree1f320584d748f2e6ae7267906444f026261a7529 /lib/glob.in.h
parent465099e8fbb10768d061f36946eb94ccea37d98a (diff)
downloadgnulib-97799ab308e774e51358fe216d41a0f822c0c9d6.tar.gz
glob: fix compilation
Sometimes, it just isn't my day. The previous patch missed an #endif. * lib/glob.in.h (__THROW): Fix missing line in previous commit. Signed-off-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'lib/glob.in.h')
-rw-r--r--lib/glob.in.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/glob.in.h b/lib/glob.in.h
index 73cbaa5bcc..c8f1749722 100644
--- a/lib/glob.in.h
+++ b/lib/glob.in.h
@@ -42,6 +42,7 @@
#endif
#ifndef __THROW
# define __THROW
+#endif
#ifndef __THROWNL
# define __THROWNL
#endif