aboutsummaryrefslogtreecommitdiff
path: root/names.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-06-25 16:49:02 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-06-25 16:49:02 +0000
commit8fc34ca04471714b059779588bd8c7f3e9eb79df (patch)
tree4d76131ae65547656825d76153b855aaa793de82 /names.c
parenta9e3d5c56aa515a4a63212ced6433f4612f62e57 (diff)
downloadrtmux-8fc34ca04471714b059779588bd8c7f3e9eb79df.tar.gz
rtmux-8fc34ca04471714b059779588bd8c7f3e9eb79df.tar.bz2
rtmux-8fc34ca04471714b059779588bd8c7f3e9eb79df.zip
libgen.h.
Diffstat (limited to 'names.c')
-rw-r--r--names.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/names.c b/names.c
index 293a0c4a..ed88025b 100644
--- a/names.c
+++ b/names.c
@@ -1,4 +1,4 @@
-/* $Id: names.c,v 1.8 2009-06-25 16:47:00 nicm Exp $ */
+/* $Id: names.c,v 1.9 2009-06-25 16:49:02 nicm Exp $ */
/*
* Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -19,6 +19,7 @@
#include <sys/types.h>
#include <ctype.h>
+#include <libgen.h>
#include <string.h>
#include <unistd.h>