A generic touchscreen calibration program for X.Org
Revision | c4ad108e668b680bfd0b67b1beaa3621175ff5ba (tree) |
---|---|
Time | 2012-08-03 00:07:23 |
Author | Philipp Hagemeister <phihag@phih...> |
Commiter | Philipp Hagemeister |
Add include for pause()
main_x11.cpp: In function ‘int main(int, char**)’:
main_x11.cpp:34:15: error: ‘pause’ was not declared in this scope
@@ -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 |