Fix missing stdint.h in signal.h

This commit is contained in:
Jeremy Soller
2018-07-12 11:12:41 -06:00
parent b7eb7a43e0
commit b8cab5f0be
+1 -1
View File
@@ -1,4 +1,4 @@
sys_includes = ["sys/types.h"]
sys_includes = ["stdint.h", "sys/types.h"]
include_guard = "_SIGNAL_H"
style = "Tag"
language = "C"