summaryrefslogtreecommitdiff
path: root/volume_id/iso9660.c
diff options
context:
space:
mode:
authorDavid Zeuthen <david@fubar.dk>2005-06-27 14:52:03 +0000
committerDavid Zeuthen <david@fubar.dk>2005-06-27 14:52:03 +0000
commitbc1d89a8068288bc7bde39f632c14a0efbd9e9fd (patch)
treedbf7d16668ef0b0d8a49b6bf85dbe148f8350627 /volume_id/iso9660.c
parent09e949953ea0906f790551507cea6a0e42f1337c (diff)
Include stdint.h to get uint8_t and friends so we compile on Linux.
This patch check for some internal Linux kernel types and redefine it using the standard system types. It also removes the a private Linux kernel include. Patch from Alvaro Lopez Ortega <alvaro@sun.com>.
Diffstat (limited to 'volume_id/iso9660.c')
-rw-r--r--volume_id/iso9660.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/volume_id/iso9660.c b/volume_id/iso9660.c
index 5d4ab92a..faa69c5c 100644
--- a/volume_id/iso9660.c
+++ b/volume_id/iso9660.c
@@ -32,7 +32,6 @@
#include <string.h>
#include <errno.h>
#include <ctype.h>
-#include <asm/types.h>
#include "volume_id.h"
#include "logging.h"