freebsd-ports/editors/lfhex/files/patch-expr.h
Martin Wilke ce55c152ac - Update to 0.4
PR:		121085
Submitted by:	Ports Fury
2008-02-26 11:21:51 +00:00

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 );