mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
Use signal.h, not sys/signal.h
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@847 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
39630c3d58
commit
7adca508b1
@ -36,7 +36,7 @@
|
||||
#include "window-items.h"
|
||||
#include "window-save.h"
|
||||
|
||||
#include <sys/signal.h>
|
||||
#include <signal.h>
|
||||
|
||||
void autorun_init(void);
|
||||
void autorun_deinit(void);
|
||||
|
Loading…
Reference in New Issue
Block a user