I'm trying to compile this project but it lacks one header unp.h:
$ make
In file included from get_ifi_info_plus.c:2:0:
unpifiplus.h:7:17: fatal error: unp.h: No such file or directory
#include "unp.h"
^
compilation terminated.
Makefile:21: recipe for target 'get_ifi_info_plus.o' failed
make: *** [get_ifi_info_plus.o] Error 1
make: *** Waiting for unfinished jobs....
In file included from prifinfo_plus.c:1:0:
unpifiplus.h:7:17: fatal error: unp.h: No such file or directory
#include "unp.h"
^
compilation terminated.
Makefile:24: recipe for target 'prifinfo_plus.o' failed
make: *** [prifinfo_plus.o] Error 1
In file included from rtt.c:2:0:
unprtt.h:4:17: fatal error: unp.h: No such file or directory
#include "unp.h"
^
compilation terminated.
Makefile:33: recipe for target 'rtt.o' failed
make: *** [rtt.o] Error 1
In file included from server.c:7:0:
unpifiplus.h:7:17: fatal error: unp.h: No such file or directory
#include "unp.h"
^
compilation terminated.
Makefile:15: recipe for target 'server.o' failed
make: *** [server.o] Error 1
In file included from util.c:1:0:
util.h:12:17: fatal error: unp.h: No such file or directory
#include "unp.h"
^
compilation terminated.
Makefile:27: recipe for target 'util.o' failed
make: *** [util.o] Error 1
In file included from server_handler.c:1:0:
util.h:12:17: fatal error: unp.h: No such file or directory
#include "unp.h"
^
compilation terminated.
Makefile:39: recipe for target 'server_handler.o' failed
make: *** [server_handler.o] Error 1
In file included from receiver_sender.c:1:0:
util.h:12:17: fatal error: unp.h: No such file or directory
#include "unp.h"
^
compilation terminated.
Makefile:30: recipe for target 'receiver_sender.o' failed
make: *** [receiver_sender.o] Error 1
I've searched for this header but I don't find it.
Arch Linux 64 bits
I'm trying to compile this project but it lacks one header
unp.h
:I've searched for this header but I don't find it.