X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=includes%2Fstddef.h;h=970f1dd8949b216cc86acaf548451f34b4d80411;hb=d865c4403fc91d1f1ac95ba76febcee9f429bb97;hp=44b98225c84bf562bea7cf0a14fcda9237c3d93e;hpb=9f87d9e27e74d9e06e0c93114ffd70a45ee152fa;p=pdclib diff --git a/includes/stddef.h b/includes/stddef.h index 44b9822..970f1dd 100644 --- a/includes/stddef.h +++ b/includes/stddef.h @@ -1,6 +1,4 @@ -/* $Id$ */ - -/* 7.17 Common definitions +/* Common definitions This file is part of the Public Domain C Library (PDCLib). Permission is granted to use, modify, and / or redistribute at will. @@ -9,7 +7,7 @@ #ifndef _PDCLIB_STDDEF_H #define _PDCLIB_STDDEF_H _PDCLIB_STDDEF_H -#include <_PDCLIB_int.h> +#include "_PDCLIB_int.h" typedef _PDCLIB_ptrdiff_t ptrdiff_t; @@ -28,4 +26,3 @@ typedef _PDCLIB_wchar_t wchar_t; #define offsetof( type, member ) _PDCLIB_offsetof( type, member ) #endif -