vp-build/srcpkgs/xmoto/patches/musl-stdint_h.patch

11 lines
273 B
Diff

--- src/DBuffer.cpp 2011-10-11 22:18:35.000000000 +0200
+++ src/DBuffer.cpp 2015-10-01 22:28:36.654255001 +0200
@@ -23,6 +23,7 @@
*/
#include "DBuffer.h"
#include "helpers/SwapEndian.h"
+#include <stdint.h>
#include <algorithm>
void DBuffer::_FreeDBuffer(void) {