mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-04-27 09:06:42 -04:00
Fix some include paths
This commit is contained in:
parent
fbd60d6a9d
commit
94ae1eccbc
1 changed files with 3 additions and 3 deletions
|
|
@ -1,9 +1,9 @@
|
|||
#pragma once
|
||||
|
||||
#include "../../config.h"
|
||||
#include "common.h"
|
||||
#include "states.h"
|
||||
#include "thresholds.h"
|
||||
#include "../common.h"
|
||||
#include "../../lib/states.h"
|
||||
#include "../../lib/thresholds.h"
|
||||
#include <stddef.h>
|
||||
#include <string.h>
|
||||
#include <sys/socket.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue