Fix compilation on solaris

Thanks Wojciech Lichota for the patch.

Fixes #1516
This commit is contained in:
Benjamin Dauvergne 2012-06-21 16:07:07 +02:00
parent fe5b4da0cf
commit f8ea3cda2d
2 changed files with 4 additions and 0 deletions

View File

@ -55,6 +55,9 @@ case "${host}" in
*linux*)
SUN_EXTRA_INCLUDE="linux"
;;
*solaris*)
SUN_EXTRA_INCLUDE="solaris"
;;
esac
### adapting build environment for different platforms...

View File

@ -25,6 +25,7 @@
#include "logging.h"
#include "lasso_config.h"
#include <glib.h>
#include <time.h>
void
lasso_log(GLogLevelFlags level, const char *filename, int line,