diff options
author | marha <marha@users.sourceforge.net> | 2009-11-06 10:39:52 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-11-06 10:39:52 +0000 |
commit | ccdb20929567c70c1bbdd5df275ca7bea5c747a7 (patch) | |
tree | 0e1a1bf11609c086a12a06d90849c503751d79cb /X11 | |
parent | 827eb6e94b158707e294e1750fa724a513cd209c (diff) | |
download | vcxsrv-ccdb20929567c70c1bbdd5df275ca7bea5c747a7.tar.gz vcxsrv-ccdb20929567c70c1bbdd5df275ca7bea5c747a7.tar.bz2 vcxsrv-ccdb20929567c70c1bbdd5df275ca7bea5c747a7.zip |
include -> #include
Diffstat (limited to 'X11')
-rw-r--r-- | X11/Shell.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/X11/Shell.h b/X11/Shell.h index cefed0ebb..c864eb55e 100644 --- a/X11/Shell.h +++ b/X11/Shell.h @@ -52,7 +52,7 @@ SOFTWARE. #define _XtShell_h
#ifndef XT_NO_SM
-include <X11/SM/SMlib.h>
+#include <X11/SM/SMlib.h>
#endif
#include <X11/Intrinsic.h>
|