diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-07-03 16:00:21 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-07-03 16:00:21 +0000 |
commit | 55869d539377a61859a19f71fe9dbb8b4e9cde03 (patch) | |
tree | 27615c575bc34a724f1d686ce5ebce151bb9d206 /libfshelp | |
parent | dae5a1ff67543fc2322dbcfc77b22474ca0fccb4 (diff) |
include addert.h
Diffstat (limited to 'libfshelp')
-rw-r--r-- | libfshelp/get-identity.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libfshelp/get-identity.c b/libfshelp/get-identity.c index a3880e6b..964c607d 100644 --- a/libfshelp/get-identity.c +++ b/libfshelp/get-identity.c @@ -21,6 +21,7 @@ #include <fshelp.h> #include <hurd/ports.h> +#include <assert.h> static struct port_class *idclass = 0; static struct mutex idlock = MUTEX_INITIALIZER; |