Add #include "un-namespace.h"

This commit is contained in:
Andrey A. Chernov 2001-04-23 10:38:26 +00:00
parent 848422bb7d
commit 4890ae810e

View file

@ -44,6 +44,7 @@ static char sccsid[] = "@(#)rand.c 8.1 (Berkeley) 6/14/93";
#include <fcntl.h> /* for sranddev() */
#include <stdlib.h>
#include <unistd.h> /* for sranddev() */
#include "un-namespace.h"
#ifdef TEST
#include <stdio.h>