From: mar Date: Wed, 19 Jul 1989 14:03:16 +0000 (+0000) Subject: include sms.h to stop lint complaints X-Git-Tag: PATCH5~7 X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/65ddeaacad3556b56056cc385d6e448435f8603b include sms.h to stop lint complaints --- diff --git a/dbck/phase1.qc b/dbck/phase1.qc index 83b779bc..dc1519b9 100644 --- a/dbck/phase1.qc +++ b/dbck/phase1.qc @@ -6,6 +6,7 @@ */ #include +#include #include "dbck.h" static char phase1_qc_rcsid[] = "$Header$"; diff --git a/dbck/phase4.qc b/dbck/phase4.qc index 367bb3f4..5c2727f8 100644 --- a/dbck/phase4.qc +++ b/dbck/phase4.qc @@ -6,6 +6,7 @@ */ #include +#include #include "dbck.h" static char phase4_qc_rcsid[] = "$Header$";