Add two missing includes
This commit is contained in:
parent
e1a94c3dcf
commit
cb41bad03f
@ -29,10 +29,12 @@
|
|||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
#include <sys/socket.h>
|
#include <sys/socket.h>
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
#include "probe.h"
|
#include "probe.h"
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
|
#include "id.h"
|
||||||
|
|
||||||
struct probe probe;
|
struct probe probe;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user