1From 90845a3a263e0f37b9c756c0b01377b9d1a225c9 Mon Sep 17 00:00:00 2001 2From: Bernd Kuhls <bernd.kuhls@t-online.de> 3Date: Sun, 31 Jul 2016 10:37:05 +0200 4Subject: [PATCH] vpx_mem/vpx_mem.h: do not include <lddk.h> 5 6The <lddk.h> header does not exist in most C libraries, and including 7it causes build failures. 8 9Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> 10--- 11 vpx_mem/vpx_mem.h | 3 --- 12 1 file changed, 3 deletions(-) 13 14diff --git a/vpx_mem/vpx_mem.h b/vpx_mem/vpx_mem.h 15index c14f288..82df745 100644 16--- a/vpx_mem/vpx_mem.h 17+++ b/vpx_mem/vpx_mem.h 18@@ -12,9 +12,6 @@ 19 #define VPX_VPX_MEM_VPX_MEM_H_ 20 21 #include "vpx_config.h" 22-#if defined(__uClinux__) 23-#include <lddk.h> 24-#endif 25 26 #include <stdlib.h> 27 #include <stddef.h> 28-- 292.8.1 30 31