diff options
Diffstat (limited to 'Libraries/LibC/setjmp.h')
-rw-r--r-- | Libraries/LibC/setjmp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Libraries/LibC/setjmp.h b/Libraries/LibC/setjmp.h index 5873b0bdb9..78f3120d14 100644 --- a/Libraries/LibC/setjmp.h +++ b/Libraries/LibC/setjmp.h @@ -26,9 +26,9 @@ #pragma once +#include <bits/stdint.h> #include <signal.h> #include <stdbool.h> -#include <bits/stdint.h> #include <sys/cdefs.h> #include <sys/types.h> |