blob: b1896648f6c2f1b84eb13f52b57383b1b21e233c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
$NetBSD: patch-ae,v 1.3 2004/08/03 12:12:54 adam Exp $
--- hexedit.h.orig 2004-05-07 15:26:43.000000000 +0000
+++ hexedit.h
@@ -2,6 +2,7 @@
#define HEXEDIT_H
#include "config.h"
+#include <inttypes.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -24,6 +25,7 @@
#include <libgen.h>
#endif
#if HAVE_SYS_MOUNT_H
+#include <sys/param.h>
#include <sys/mount.h> /* for BLKGETSIZE */
#endif
|