diff options
Diffstat (limited to 'launchd/privileged_startx/privileged_startx.c')
-rw-r--r-- | launchd/privileged_startx/privileged_startx.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/launchd/privileged_startx/privileged_startx.c b/launchd/privileged_startx/privileged_startx.c index 725a1b0..b71c30b 100644 --- a/launchd/privileged_startx/privileged_startx.c +++ b/launchd/privileged_startx/privileged_startx.c @@ -26,6 +26,10 @@ * prior written authorization. */ +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + #include <string.h> #include <stdio.h> |