missing-assert-h-20031129

Missing assert.h for added assert()
This commit is contained in:
Jeffrey Altman 2003-11-29 21:46:30 +00:00 committed by Jeffrey Altman
parent 21ca232974
commit a95c759cd7

View File

@ -83,6 +83,7 @@ RCSID
#include "rx_packet.h"
#include "rx_globals.h"
#include <lwp.h>
#include <assert.h>
#ifdef HAVE_STRING_H
#include <string.h>
#else