12 lines
244 B
Text
12 lines
244 B
Text
|
Index: src/wmiremote.cpp
|
||
|
--- src/wmiremote.cpp.orig
|
||
|
+++ src/wmiremote.cpp
|
||
|
@@ -6,6 +6,7 @@
|
||
|
#include "../version.h"
|
||
|
|
||
|
extern "C" {
|
||
|
+#include <stdlib.h> // exit
|
||
|
#include <unistd.h> // getopt stuff
|
||
|
#include <X11/Xatom.h>
|
||
|
#include <X11/Xlib.h>
|