kopia lustrzana https://github.com/FreeSpacenav/spacenavd
fix typo in conditional include stopping stdint.h from being included
fixes gitub issue #105pull/120/head
rodzic
9751030bfc
commit
c6f8a6bf4a
|
@ -3,9 +3,9 @@
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#ifdef HAVE_STDINT_H_
|
#ifdef HAVE_STDINT_H
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#elif defined(HAVE_INTTYPES_H_)
|
#elif defined(HAVE_INTTYPES_H)
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue