opnsense-ports/editors/lfhex/files/patch-expr.h
Franco Fichtner 825f355b00 */*: sync with upstream
Taken from: FreeBSD
2016-03-29 10:25:39 +02:00

10 lines
180 B
C++

--- expr.h.orig 2008-09-19 00:36:49 UTC
+++ expr.h
@@ -19,6 +19,7 @@
*/
#include <string>
+#include <sys/types.h>
bool expr_eval( const std::string &str, off_t &value );