forgot to add config.h

This commit is contained in:
Duncan Laurie 2005-09-02 18:12:04 +00:00
parent 9dd625a215
commit c552839583

View File

@ -48,6 +48,10 @@
#include <fcntl.h>
#include <errno.h>
#if HAVE_CONFIG_H
# include <config.h>
#endif
#ifdef HAVE_PATHS_H
# include <paths.h> /* For _PATH_TTY */
#endif