*includes: add global.h

This commit is contained in:
2012-08-15 23:01:34 +02:00
committed by micha-bbg
parent 260af3fb65
commit d1f22aa20c
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>