Skip to content

Commit 925b27b

Browse files
committed
Fix compile failure on OSX 10.8.
1 parent 784cc81 commit 925b27b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ libfiresheep_la_SOURCES = \
2525
deps/http-parser/http_parser.c
2626

2727
if PLATFORM_OSX
28-
CXXFLAGS += -DPLATFORM_OSX -arch i386 -arch x86_64
28+
CXXFLAGS += -DPLATFORM_OSX -arch i386 -arch x86_64 -I/usr/include
2929
libfiresheep_la_SOURCES += src/osx_platform.cpp
3030
libfiresheep_la_LDFLAGS = -framework Security
3131
libfiresheep_la_LDFLAGS += -framework SystemConfiguration

0 commit comments

Comments
 (0)