Rename 'cvs2cl.pl' to the more common 'cvs2cl'.
[mdsms.git] / mdsms.c
diff --git a/mdsms.c b/mdsms.c
index f50b12a..757124d 100644 (file)
--- a/mdsms.c
+++ b/mdsms.c
@@ -63,6 +63,9 @@ static char rcsid[] ATTR_UNUSED = "$Id$";
 #ifdef HAVE_LOCALE_H
 #include <locale.h>
 #endif
+#ifdef HAVE_STDDEF_H
+#include <stddef.h>
+#endif
 
 #ifdef HAVE_GETOPT_LONG
 #include <getopt.h>