Move include of signal.h
This commit is contained in:
parent
376996c89e
commit
16d21bbe3b
2 changed files with 1 additions and 2 deletions
|
|
@ -43,6 +43,7 @@
|
||||||
#include <syslog.h>
|
#include <syslog.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
#include <signal.h>
|
||||||
|
|
||||||
#include <net-snmp/net-snmp-config.h>
|
#include <net-snmp/net-snmp-config.h>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -38,8 +38,6 @@
|
||||||
#ifndef _CLIXON_SIG_H_
|
#ifndef _CLIXON_SIG_H_
|
||||||
#define _CLIXON_SIG_H_
|
#define _CLIXON_SIG_H_
|
||||||
|
|
||||||
#include <signal.h>
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Types
|
* Types
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue