included signal header

This commit is contained in:
cylgom 2017-09-13 08:37:10 +02:00
parent e50e90b7eb
commit 7d60509f77
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@
#include <sys/ioctl.h> #include <sys/ioctl.h>
#include <linux/vt.h> #include <linux/vt.h>
#include <unistd.h> #include <unistd.h>
#include <signal.h>
/* ncurses */ /* ncurses */
#include <form.h> #include <form.h>
/* pam */ /* pam */