blob: 06a74bf32e185edc18e0a79fc77a9f2ccdd19fcc (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- jfsutils-1.1.15/fscklog/extract.c.orig
+++ jfsutils-1.1.15/fscklog/extract.c
@@ -28,6 +28,7 @@
#include <stdio.h>
#include <string.h>
#include <unistd.h>
+#include <stdint.h>
#include "devices.h"
#include "diskmap.h"
|