Need time.h.

This commit is contained in:
William McBrine
2006-02-24 02:40:31 +00:00
parent 62264f9862
commit 4130822b4b
3 changed files with 6 additions and 3 deletions

View File

@@ -11,10 +11,11 @@
#include <string.h>
#include <curses.h>
#include <stdlib.h>
#include <time.h>
#ifdef PDCDEBUG
const char *rcsid_newdemo =
"$Id: newdemo.c,v 1.26 2006/02/24 02:38:21 wmcbrine Exp $";
"$Id: newdemo.c,v 1.27 2006/02/24 02:40:31 wmcbrine Exp $";
#endif
int WaitForUser(void);

View File

@@ -1,7 +1,8 @@
/* $Id: rain.c,v 1.6 2006/02/24 02:38:21 wmcbrine Exp $ */
/* $Id: rain.c,v 1.7 2006/02/24 02:40:31 wmcbrine Exp $ */
#include <curses.h>
#include <stdlib.h>
#include <time.h>
/* rain 11/3/1980 EPS/CITHEP */

View File

@@ -23,11 +23,12 @@ Options:
-n <n> set number of worms
-t make worms leave droppings
$Id: worm.c,v 1.10 2006/02/24 02:38:21 wmcbrine Exp $
$Id: worm.c,v 1.11 2006/02/24 02:40:31 wmcbrine Exp $
*/
#include <curses.h>
#include <stdlib.h>
#include <time.h>
#define FLAVORS 7