mirror of
https://github.com/taglib/taglib.git
synced 2025-05-27 21:20:26 -04:00
Still need the C++ runtime for the C bindings on Solaris; need stdlib.h for various prototypes.
git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@705364 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
parent
38e140962a
commit
317de487ba
@ -33,7 +33,7 @@ IF(HAVE_CRUN_LIB)
|
||||
# stlport4 and stdcxx -- make this a mess. We really only
|
||||
# support stdcxx, but won't force the issue here.
|
||||
#
|
||||
# TARGET_LINK_LIBRARIES(tag_c Cstd Crun)
|
||||
TARGET_LINK_LIBRARIES(tag_c Crun)
|
||||
ENDIF(HAVE_CRUN_LIB)
|
||||
|
||||
SET_TARGET_PROPERTIES(tag_c PROPERTIES VERSION 0.0.0 SOVERSION 0 )
|
||||
|
@ -21,6 +21,7 @@
|
||||
|
||||
#include "tag_c.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <fileref.h>
|
||||
#include <tfile.h>
|
||||
#include <vorbisfile.h>
|
||||
|
@ -29,6 +29,7 @@
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <tlist.h>
|
||||
#include <fileref.h>
|
||||
|
Loading…
Reference in New Issue
Block a user