12 lines
250 B
Text
12 lines
250 B
Text
|
Index: src/main.cpp
|
||
|
--- src/main.cpp.orig
|
||
|
+++ src/main.cpp
|
||
|
@@ -10,6 +10,7 @@ extern "C" {
|
||
|
#include <assert.h>
|
||
|
#include <unistd.h> // getopt stuff
|
||
|
#include <stdlib.h> // getenv stuff
|
||
|
+#include <string.h> // strlen stuff
|
||
|
#include <X11/Xlib.h>
|
||
|
}
|
||
|
|