diff options
Diffstat (limited to 'sesman/tools/xcon.c')
| -rw-r--r-- | sesman/tools/xcon.c | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/sesman/tools/xcon.c b/sesman/tools/xcon.c index 4b3248b6..43202448 100644 --- a/sesman/tools/xcon.c +++ b/sesman/tools/xcon.c @@ -16,6 +16,10 @@   * limitations under the License.   */ +#if defined(HAVE_CONFIG_H) +#include <config_ac.h> +#endif +  #include <stdio.h>  #include <stdlib.h>  #include <string.h> | 
