mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
13 lines
191 B
Diff
13 lines
191 B
Diff
--- tcc.h
|
|
+++ tcc.h
|
|
@@ -23,7 +23,9 @@
|
|
|
|
#define _GNU_SOURCE
|
|
#define _DARWIN_C_SOURCE
|
|
+#if __has_include("config.h")
|
|
#include "config.h"
|
|
+#endif
|
|
|
|
#include <stdarg.h>
|
|
#include <stdlib.h>
|