diff options
Diffstat (limited to 'editors/lfhex/files/patch-expr.h')
-rw-r--r-- | editors/lfhex/files/patch-expr.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/editors/lfhex/files/patch-expr.h b/editors/lfhex/files/patch-expr.h deleted file mode 100644 index 1911db60164d..000000000000 --- a/editors/lfhex/files/patch-expr.h +++ /dev/null @@ -1,10 +0,0 @@ ---- 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 ); - |