Skip to content

Commit b20e8f6

Browse files
committed
fix types.h header on include/setjmp.h
1 parent f21086b commit b20e8f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/setjmp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#ifndef lunatik_setjmp_h
77
#define lunatik_setjmp_h
88

9-
#include <linux/ctype.h>
9+
#include <linux/types.h>
1010

1111
#include <klibc/archconfig.h>
1212
#include <klibc/archsetjmp.h>

0 commit comments

Comments
 (0)