diff options
Diffstat (limited to 'sesman/sig.c')
-rw-r--r-- | sesman/sig.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sesman/sig.c b/sesman/sig.c index aeb3aa90..10fb3ff1 100644 --- a/sesman/sig.c +++ b/sesman/sig.c @@ -24,9 +24,9 @@ * */ -#include "sesman.h" +#include <signal.h> -#include "signal.h" +#include "sesman.h" extern int g_sck; extern int g_pid; |