2
0
Эх сурвалжийг харах

Fix missing stdint.h in signal.h

Jeremy Soller 6 жил өмнө
parent
commit
b8cab5f0be

+ 1 - 1
src/signal/cbindgen.toml

@@ -1,4 +1,4 @@
-sys_includes = ["sys/types.h"]
+sys_includes = ["stdint.h", "sys/types.h"]
 include_guard = "_SIGNAL_H"
 style = "Tag"
 language = "C"