- Add missing USE_XORG components as reported by `stage-qa' - Project had moved from SourceForge to Bitbucket
10 lines
206 B
C++
10 lines
206 B
C++
--- src/common/config.cpp.orig 2017-02-23 18:44:09 UTC
|
|
+++ src/common/config.cpp
|
|
@@ -11,6 +11,7 @@
|
|
#include "../viewer.h"
|
|
#include "Ini.h"
|
|
|
|
+#include <cstdio>
|
|
#include <cstdlib>
|
|
#include <strings.h>
|
|
|