includes: add global.h

Origin commit data
------------------
Branch: ni/coolstream
Commit: d1f22aa20c
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-08-15 (Wed, 15 Aug 2012)

Origin message was:
------------------
*includes: add global.h

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
2012-08-15 23:01:34 +02:00
committed by Michael Liebmann
parent 65580de20b
commit 0199babd06
7 changed files with 14 additions and 3 deletions

View File

@@ -44,8 +44,8 @@
Nov 2005 Günther initial implementation
****************************************************************************/
#if !defined(LISTFRAME_H_)
#define LISTFRAME_H_
#ifndef __LISTFRAME_H__
#define __LISTFRAME_H__
#ifdef HAVE_CONFIG_H
#include <config.h>