diff options
Diffstat (limited to 'src/Vendor.c')
-rw-r--r-- | src/Vendor.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Vendor.c b/src/Vendor.c index aa2e7a6..42c289c 100644 --- a/src/Vendor.c +++ b/src/Vendor.c @@ -50,6 +50,9 @@ SOFTWARE. /* Make sure all wm properties can make it out of the resource manager */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include "IntrinsicI.h" #include "StringDefs.h" #include "Shell.h" |