From: Jeffrey Altman Date: Sat, 29 Nov 2003 21:46:30 +0000 (+0000) Subject: missing-assert-h-20031129 X-Git-Tag: openafs-devel-1_3_51~74 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=a95c759cd7601e0755f380ebe3b2b5493a188104;p=packages%2Fo%2Fopenafs.git missing-assert-h-20031129 Missing assert.h for added assert() --- diff --git a/src/rx/rx_packet.c b/src/rx/rx_packet.c index 045ece15c..12822bfa8 100644 --- a/src/rx/rx_packet.c +++ b/src/rx/rx_packet.c @@ -83,6 +83,7 @@ RCSID #include "rx_packet.h" #include "rx_globals.h" #include +#include #ifdef HAVE_STRING_H #include #else