Skip to content
Snippets Groups Projects
Commit 9a588197 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

include signal.h for signal()

parent 24eaacd0
No related branches found
No related tags found
No related merge requests found
Pipeline #7397 canceled
......@@ -22,6 +22,9 @@
/* ANSI C */
#include <stdarg.h>
#include <stdio.h>
#if defined(__unix__)
#include <signal.h>
#endif
/* xpdev lib */
#include "dirwrap.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment