1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/editors/lfhex/files/patch-src::expr.h
Kirill Ponomarev 4f52bf1495 - Update to version 0.3.7
PR:		ports/66463
Submitted by:	Ports Fury
2004-05-10 15:31:33 +00:00

11 lines
357 B
C++

--- src/expr.h.orig Fri Feb 13 13:28:39 2004
+++ src/expr.h Mon Apr 26 20:56:45 2004
@@ -11,6 +11,7 @@
*
*----------------------------------------------------------------------*/
#include <string>
+#include <sys/types.h>
bool expr_eval( const std::string &str, off_t &value );