diff options
author | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2005-07-04 22:10:43 +0000 |
---|---|---|
committer | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2005-07-04 22:10:43 +0000 |
commit | 508cdb5cb01a91b1bf3ef31da80b6b1d36286bf0 (patch) | |
tree | 551e89f7936f87c5c3843e5a8ef396cbbd1eb196 /hw/xwin/winprefs.h | |
parent | 5e50ae22bf206d6c2cc05e772e05fa5a363acb81 (diff) |
Include xwin-config.h if HAVE_XWIN_CONFIG is defined Cleanup X11 includes
handling Warning fixes
Diffstat (limited to 'hw/xwin/winprefs.h')
-rw-r--r-- | hw/xwin/winprefs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xwin/winprefs.h b/hw/xwin/winprefs.h index 5230b16e0..2e58e5e9d 100644 --- a/hw/xwin/winprefs.h +++ b/hw/xwin/winprefs.h @@ -39,7 +39,7 @@ /* Need to know how long paths can be... */ #include <limits.h> /* Xwindows redefines PATH_MAX to at least 1024 */ -#include <Xwindows.h> +#include <X11/Xwindows.h> #ifndef NAME_MAX #define NAME_MAX PATH_MAX |