Added missing include for audio stuff.

Still not linking with Makefiles, will try and fix later.

Kent
This commit is contained in:
Kent Mein 2010-08-16 15:54:58 +00:00
parent 1c17760105
commit dc4946f03c

@ -57,6 +57,7 @@ CPPFLAGS += -I../../imbuf
CPPFLAGS += -I../../blenloader
CPPFLAGS += -I../../windowmanager
CPPFLAGS += -I../../render/extern/include
CPPFLAGS += -I$(NAN_AUDASPACE)/include
# path to the guarded memory allocator
CPPFLAGS += -I$(NAN_GUARDEDALLOC)/include