]> Kevux Git Server - fll/commitdiff
Bugfix: add missing include to f_signal.
authorKevin Day <thekevinday@gmail.com>
Mon, 21 Sep 2020 02:42:27 +0000 (21:42 -0500)
committerKevin Day <thekevinday@gmail.com>
Mon, 21 Sep 2020 02:42:27 +0000 (21:42 -0500)
This was also missed in the previous cleanups, breaking compilation.

level_0/f_signal/c/signal.h

index 040931568e89378aa874c523cb69c016034e16aa..de78d529a9b729075037fcf2b15af8017c5e30f4 100644 (file)
@@ -25,6 +25,9 @@
 extern "C" {
 #endif
 
+// fll-0 signal includes
+#include <level_0/signal-common.h>
+
 /**
  * Close an open signal descriptor.
  *