123456789101112 |
- $OpenBSD: patch-hexedit_h,v 1.2 2012/09/17 12:50:09 gonzalo Exp $
- --- hexedit.h.orig Tue Nov 8 13:16:47 2005
- +++ hexedit.h Mon Sep 3 13:56:59 2012
- @@ -5,6 +5,7 @@
- #include <stdio.h>
- #include <stdlib.h>
- #include <string.h>
- +#include <sys/param.h>
- #include <sys/types.h>
- #include <sys/stat.h>
- #if HAVE_FCNTL_H
|