mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-05-28 04:35:40 -04:00
common.h was doubly included
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@432 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
parent
338f51f76e
commit
0afcd00176
2 changed files with 1 additions and 1 deletions
|
|
@ -29,6 +29,7 @@
|
|||
*
|
||||
****************************************************************************/
|
||||
|
||||
#include "common.h"
|
||||
#include "netutils.h"
|
||||
|
||||
int socket_timeout = DEFAULT_SOCKET_TIMEOUT;
|
||||
|
|
|
|||
|
|
@ -31,7 +31,6 @@
|
|||
******************************************************************************/
|
||||
|
||||
#include "config.h"
|
||||
#include "common.h"
|
||||
#include <netinet/in.h>
|
||||
#include <arpa/inet.h>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue