forked from Lainports/freebsd-ports
10 lines
206 B
C++
10 lines
206 B
C++
--- expr.h.orig Sun Nov 5 13:26:04 2006
|
|
+++ expr.h Wed Dec 26 02:53:48 2007
|
|
@@ -19,6 +19,7 @@
|
|
*/
|
|
|
|
#include <string>
|
|
+#include <sys/types.h>
|
|
|
|
bool expr_eval( const std::string &str, off_t &value );
|
|
|