diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-06-25 16:49:02 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-06-25 16:49:02 +0000 |
commit | 8fc34ca04471714b059779588bd8c7f3e9eb79df (patch) | |
tree | 4d76131ae65547656825d76153b855aaa793de82 /names.c | |
parent | a9e3d5c56aa515a4a63212ced6433f4612f62e57 (diff) | |
download | rtmux-8fc34ca04471714b059779588bd8c7f3e9eb79df.tar.gz rtmux-8fc34ca04471714b059779588bd8c7f3e9eb79df.tar.bz2 rtmux-8fc34ca04471714b059779588bd8c7f3e9eb79df.zip |
libgen.h.
Diffstat (limited to 'names.c')
-rw-r--r-- | names.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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> |