Skip to content
Snippets Groups Projects
Commit c8716fa4 authored by Jean-Damien Durand's avatar Jean-Damien Durand Committed by Steven Murray
Browse files

Added #include <stdio.h>

parent 24dd41ac
Branches
Tags
No related merge requests found
......@@ -4,10 +4,11 @@
*/
#ifndef lint
static char sccsid[] = "@(#)$RCSfile: rmc_procreq.c,v $ $Revision: 1.2 $ $Date: 2002/12/16 14:33:17 $ CERN IT-PDP/DM Jean-Philippe Baud";
static char sccsid[] = "@(#)$RCSfile: rmc_procreq.c,v $ $Revision: 1.3 $ $Date: 2005/07/11 11:36:03 $ CERN IT-PDP/DM Jean-Philippe Baud";
#endif /* not lint */
#include <stdlib.h>
#include <stdio.h>
#include <errno.h>
#include <fcntl.h>
#include <limits.h>
......
......@@ -4,9 +4,10 @@
*/
#ifndef lint
static char sccsid[] = "@(#)$RCSfile: rmclogit.c,v $ $Revision: 1.2 $ $Date: 2003/09/08 17:10:59 $ CERN IT-PDP/DM Jean-Philippe Baud";
static char sccsid[] = "@(#)$RCSfile: rmclogit.c,v $ $Revision: 1.3 $ $Date: 2005/07/11 11:36:58 $ CERN IT-PDP/DM Jean-Philippe Baud";
#endif /* not lint */
#include <stdio.h>
#include <errno.h>
#include <fcntl.h>
#include <string.h>
......
......@@ -4,9 +4,10 @@
*/
#ifndef lint
static char sccsid[] = "@(#)$RCSfile: usrmsg.c,v $ $Revision: 1.2 $ $Date: 2003/09/08 17:10:59 $ CERN IT-PDP/DM Jean-Philippe Baud";
static char sccsid[] = "@(#)$RCSfile: usrmsg.c,v $ $Revision: 1.3 $ $Date: 2005/07/11 11:38:12 $ CERN IT-PDP/DM Jean-Philippe Baud";
#endif /* not lint */
#include <stdio.h>
#include <errno.h>
#include <string.h>
#include <sys/types.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment