freebsd-ports/graphics/simpleviewer/files/patch-src_common_config.cpp
Alexey Dokuchaev 8202e84ffd - Update `graphics/simpleviewer' to version 2.88
- Add missing USE_XORG components as reported by `stage-qa'
- Project had moved from SourceForge to Bitbucket
2017-02-27 23:04:39 +00:00

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>