From fab6904a57a8b4a5c4a1c3c87dea7af2e1524457 Mon Sep 17 00:00:00 2001 From: Rolf Ahrenberg Date: Fri, 26 Oct 2007 23:18:49 +0000 Subject: [PATCH] Reorganized header files. --- common.c | 3 +-- common.h | 3 ++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common.c b/common.c index a390238..8ef2422 100644 --- a/common.c +++ b/common.c @@ -3,10 +3,9 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: common.c,v 1.7 2007/10/20 23:25:14 ajhseppa Exp $ + * $Id: common.c,v 1.8 2007/10/26 23:18:50 rahrenbe Exp $ */ -#include #include #include "common.h" diff --git a/common.h b/common.h index 3a576f9..8ff1601 100644 --- a/common.h +++ b/common.h @@ -3,13 +3,14 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: common.h,v 1.16 2007/10/26 23:13:24 rahrenbe Exp $ + * $Id: common.h,v 1.17 2007/10/26 23:18:49 rahrenbe Exp $ */ #ifndef __IPTV_COMMON_H #define __IPTV_COMMON_H #include +#include #ifdef DEBUG #define debug(x...) dsyslog("IPTV: " x);