X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=platform%2Fexample%2Fincludes%2Fsignal.h;h=bd57959a1bfaff4504accaa103cd74550ec67576;hb=d865c4403fc91d1f1ac95ba76febcee9f429bb97;hp=e1b10f8299b46b0ab0b5e3ef916de86783ccc298;hpb=702bdf4497a72b422c591f69c45aa0be0ee23731;p=pdclib diff --git a/platform/example/includes/signal.h b/platform/example/includes/signal.h index e1b10f8..bd57959 100644 --- a/platform/example/includes/signal.h +++ b/platform/example/includes/signal.h @@ -1,5 +1,3 @@ -/* $Id$ */ - /* Signal handling This file is part of the Public Domain C Library (PDCLib). @@ -9,10 +7,7 @@ #ifndef _PDCLIB_SIGNAL_H #define _PDCLIB_SIGNAL_H _PDCLIB_SIGNAL_H -#ifndef _PDCLIB_CONFIG_H -#define _PDCLIB_CONFIG_H _PDCLIB_CONFIG_H -#include <_PDCLIB_config.h> -#endif +#include "_PDCLIB_config.h" /* Signals ------------------------------------------------------------------ */ @@ -87,4 +82,3 @@ void (*signal( int sig, void (*func)( int ) ) )( int ); int raise( int sig ); #endif -