فهرست منبع

Fix missing stdint.h in signal.h

Jeremy Soller 6 سال پیش
والد
کامیت
b8cab5f0be
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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"