A generic touchscreen calibration program for X.Org
Revision | 5b12be9f804334de698c8a8985943621806c01c2 (tree) |
---|---|
Time | 2012-08-03 05:10:57 |
Author | Tias Guns <tias@ulys...> |
Commiter | Tias Guns |
Merge pull request #42 from phihag/fix-include-for-pause
Add include for pause()
@@ -20,6 +20,7 @@ | ||
20 | 20 | * THE SOFTWARE. |
21 | 21 | */ |
22 | 22 | |
23 | +#include <unistd.h> | |
23 | 24 | #include "calibrator.hh" |
24 | 25 | #include "gui/x11.hpp" |
25 | 26 |