include config.h

This commit is contained in:
Ron Pedde
2004-03-14 01:06:15 +00:00
parent 59059a48f3
commit 7c8f83684a
8 changed files with 32 additions and 1 deletions

View File

@@ -19,6 +19,10 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#define _XOPEN_SOURCE 600
#include <errno.h>