blob: 6149986070191ac7c28a5c9c735dba81a2639b37 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- 0d1n_viewer/lib/krypton/krypton.c.orig 2023-02-20 12:36:21 UTC
+++ 0d1n_viewer/lib/krypton/krypton.c
@@ -112,11 +112,6 @@ typedef struct {
#define NS_INTERNAL
#endif
-/* C99 and later requires alloca.h. */
-#if defined(__STDC_VERSION__) && __STDC_VERSION__ > 199900L
-#include <alloca.h>
-#endif
-
#include <assert.h>
#include <ctype.h>
#include <errno.h>
|