Explorar el Código

Fix missing stdint.h in signal.h

Jeremy Soller hace 6 años
padre
commit
b8cab5f0be
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/signal/cbindgen.toml

+ 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"