mirror of
https://git.freebsd.org/ports.git
synced 2025-06-14 17:20:29 -04:00
10 lines
261 B
C++
10 lines
261 B
C++
--- lib/srchilite/fileutil.h.orig 2010-01-19 00:12:06.000000000 -0500
|
|
+++ lib/srchilite/fileutil.h 2010-01-19 00:12:30.000000000 -0500
|
|
@@ -9,6 +9,7 @@
|
|
|
|
#include <iostream>
|
|
#include <string>
|
|
+#include <cstdio>
|
|
#include "ioexception.h"
|
|
|
|
using std::istream;
|