Add propper check for stdint.h

This commit is contained in:
klondike
2013-08-31 17:47:57 +02:00
committed by Jan Vidar Krey
parent bfdf707490
commit d33695435b
2 changed files with 3 additions and 1 deletions

View File

@@ -61,7 +61,8 @@
#include <errno.h>
#include <fcntl.h>
#ifndef __sun__
#cmakedefine HAVE_STDINT_H
#ifdef HAVE_STDINT_H
#include <stdint.h>
#endif