Include fmacros.h to make sure strerror_p is defined on Linux
This commit is contained in:
parent
19709152f2
commit
df1d693b03
2
Makefile
2
Makefile
@ -50,7 +50,7 @@ all: ${DYLIBNAME} ${BINS}
|
|||||||
net.o: net.c fmacros.h net.h hiredis.h
|
net.o: net.c fmacros.h net.h hiredis.h
|
||||||
async.o: async.c async.h hiredis.h sds.h util.h dict.c dict.h
|
async.o: async.c async.h hiredis.h sds.h util.h dict.c dict.h
|
||||||
example.o: example.c hiredis.h
|
example.o: example.c hiredis.h
|
||||||
hiredis.o: hiredis.c hiredis.h net.h sds.h util.h
|
hiredis.o: hiredis.c fmacros.h hiredis.h net.h sds.h util.h
|
||||||
sds.o: sds.c sds.h
|
sds.o: sds.c sds.h
|
||||||
test.o: test.c hiredis.h
|
test.o: test.c hiredis.h
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user