Use stddef.h to get NULL

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2888 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-08-10 22:19:23 +00:00
parent dbb578d2c8
commit 7c9cfa9ba8

View File

@@ -41,7 +41,7 @@
#ifndef __PARSE_UNITS_H__
#define __PARSE_UNITS_H__
#include <stdlib.h>
#include <stddef.h>
struct units {
const char *name;