]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - conftest.cpp
daemonmap: update submodule
[xonotic/netradiant.git] / conftest.cpp
index fb59bfc2fbe41498c61bfa2d15e5485b2bbb5ae2..1c5721fc95b0e6cb2d651f543e496209504a1af8 100644 (file)
@@ -1,6 +1,8 @@
+// used by the legacy makefile to test if libraries work
+
+#include <stdio.h> /* jpeglib.h needs it */
 #include CONFTEST_HEADER
-int main()
-{
+int main(){
        (void) CONFTEST_SYMBOL;
        return 0;
 }