Skip to content
Snippets Groups Projects
Commit bd157cc7 authored by Jean-Philippe Baud's avatar Jean-Philippe Baud Committed by Steven Murray
Browse files

include <stddef.h> /* For size_t */

parent 233927cd
Branches
Tags
Loading
/*
* $Id: Cglobals.h,v 1.8 2001/06/14 10:38:54 jdurand Exp $
* $Id: Cglobals.h,v 1.9 2001/06/29 05:04:23 baud Exp $
*/
/*
* Copyright (C) 1999 by CERN/IT/PDP/DM
* Copyright (C) 1999-2001 by CERN/IT/PDP/DM
* All rights reserved
*/
......@@ -11,6 +11,7 @@
#define _CASTOR_GLOBALS_H
#include <osdep.h>
#include <stddef.h> /* For size_t */
EXTERN_C void DLL_DECL Cglobals_init _PROTO((int (*) _PROTO((int *, void **)),
int (*) _PROTO((int *, void *)),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment