include config.h

This commit is contained in:
David Lawrence
2000-04-28 02:08:20 +00:00
parent 2d3c2c9911
commit 6b7257f756
69 changed files with 206 additions and 60 deletions
+4 -1
View File
@@ -15,13 +15,16 @@
* SOFTWARE.
*/
/* $Id: data.c,v 1.10 2000/03/14 03:37:48 tale Exp $ */
/* $Id: data.c,v 1.11 2000/04/28 02:08:16 tale Exp $ */
/* Principal Author: Ted Lemon */
/*
* Functions supporting memory allocation for the object management protocol.
*/
#include <config.h>
#include <stdlib.h> /* abort() */
#include <string.h> /* memset */