Update window

This commit is contained in:
vCaesar 2016-11-05 16:18:26 +08:00
parent e6b03e3e07
commit 877a9fc652

View File

@ -10,7 +10,7 @@
#include <sys/wait.h> /* For wait() */
#include <unistd.h> /* For fork() */
#include <sys/types.h> /* For pid_t */
#include "snprintf.h" /* For asprintf() */
#include "../base/snprintf.h" /* For asprintf() */
#endif
#if defined(USE_X11)