diff options
author | Adam Jackson <ajax@nwnk.net> | 2005-07-08 19:53:05 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2005-07-08 19:53:05 +0000 |
commit | 75bbb2d461957902258223a9f8f7f8490132e75d (patch) | |
tree | 52153fc40d7fa410c49acc67f2e27480a3b89cef /src/fc/fsio.c | |
parent | f068c478d0966be93f9e984c1e9ce2600819a6a1 (diff) |
config.h includes to fix modular build.
Diffstat (limited to 'src/fc/fsio.c')
-rw-r--r-- | src/fc/fsio.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/fc/fsio.c b/src/fc/fsio.c index f788f9c..52eaaec 100644 --- a/src/fc/fsio.c +++ b/src/fc/fsio.c @@ -28,6 +28,10 @@ * font server i/o routines */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #ifdef WIN32 #define _WILLWINSOCK_ #include "X11/Xwindows.h" |