diff --git a/dht.go.h b/dht.go.h index 30a848e..18c9ff0 100644 --- a/dht.go.h +++ b/dht.go.h @@ -27,6 +27,9 @@ #define FALSE 0 #define TRUE 1 +// local declaration of included functions +int sched_setscheduler(pid_t pid, int policy, const struct sched_param *param); + // Keep pin no, file descriptors for data reading/writing // and for specifying input/output mode. typedef struct {