freebsd-ports/databases/sqlrelay/files/patch-undeclared-umask
William Grzybowski f914cb7673 - Fix build compile errors
- Remove BROKEN

Approved by:	culot / jpaetzel (mentors, implicit)
2013-06-07 11:59:11 +00:00

12 lines
306 B
Text

diff --git src/util/debugfile.C src/util/debugfile.C
index 12237ee..965edf7 100644
--- src/util/debugfile.C
+++ src/util/debugfile.C
@@ -5,6 +5,7 @@
#include <rudiments/stringbuffer.h>
#include <rudiments/process.h>
#include <config.h>
+#include <sys/stat.h>
debugfile::debugfile() {
dbgfile=NULL;