diff options
Diffstat (limited to 'otk/rendertest.cc')
| -rw-r--r-- | otk/rendertest.cc | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/otk/rendertest.cc b/otk/rendertest.cc index 484a08ff..b3a03a03 100644 --- a/otk/rendertest.cc +++ b/otk/rendertest.cc @@ -1,9 +1,14 @@ +#include "config.h" + #include "otk.hh" #include "rendercontrol.hh" #include "rendertexture.hh" -#include <stdio.h> +extern "C" { #include <X11/Xlib.h> +} + +#include <cstdio> int main(int argc, char **argv) { |
