patch-hexedit_h 316 B

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