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:
Adriaan de Groot
2007-08-27 20:05:44 +00:00
parent 38e140962a
commit 317de487ba
3 changed files with 3 additions and 1 deletions

View File

@ -29,6 +29,7 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <stdlib.h>
#include <tlist.h>
#include <fileref.h>