terminal: Include config.h instead of defining _XOPEN_SOURCE

dev
Kristian Høgsberg 11 years ago
parent 7e105f9a91
commit 0b36d9780f
  1. 2
      clients/terminal.c

@ -20,7 +20,7 @@
* OF THIS SOFTWARE. * OF THIS SOFTWARE.
*/ */
#define _XOPEN_SOURCE 700 /* for strnlen, snprintf and wcwidth */ #include <config.h>
#include <stdbool.h> #include <stdbool.h>
#include <stdint.h> #include <stdint.h>

Loading…
Cancel
Save