mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-01 16:15:27 +02:00
11 lines
285 B
Diff
11 lines
285 B
Diff
Fix header defines until fixed upstream: https://github.com/FreeSpacenav/spacenavd/issues/105
|
|
|
|
--- a/src/proto.h
|
|
+++ a/src/proto.h
|
|
@@ -6,1 +6,1 @@ else ()
|
|
-#ifdef HAVE_STDINT_H_
|
|
+#ifdef HAVE_STDINT_H
|
|
#include <stdint.h>
|
|
#elif defined(HAVE_INTTYPES_H_)
|
|
#include <inttypes.h>
|
|
#endif
|