From 3bce4a6a8648c91b6ddea478116b3b0679ef4648 Mon Sep 17 00:00:00 2001 From: Manuel Bachmann Date: Thu, 17 Dec 2015 10:54:24 +0100 Subject: Final modifications for Radio-Audio API communication Signed-off-by: Manuel Bachmann --- include/local-def.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') diff --git a/include/local-def.h b/include/local-def.h index cbbef0f9..54f5ce0d 100644 --- a/include/local-def.h +++ b/include/local-def.h @@ -18,6 +18,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#ifndef LOCAL_DEF_H +#define LOCAL_DEF_H #ifndef _GNU_SOURCE #define _GNU_SOURCE @@ -256,3 +258,5 @@ typedef struct { #include "proto-def.h" + +#endif /* LOCAL_DEF_H */ \ No newline at end of file -- cgit 1.2.3-korg