blob: 6138ace8b1bd212ffe58025edd269f082193184b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- src/dispatch.cpp.orig 2003-08-11 14:38:20 UTC
+++ src/dispatch.cpp
@@ -16,6 +16,7 @@
#include <X11/Xatom.h>
#include <unistd.h>
#include <stdio.h>
+#include <stdlib.h>
#include <map>
#include "jmode.h"
|