includes: add global.h

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

Origin message was:
------------------
*includes: add global.h
This commit is contained in:
2012-08-15 23:01:34 +02:00
committed by Michael Liebmann
parent 4ffd702166
commit 0c31abbf1e
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>