Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions ttyload.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
*
*/

#ifndef TTYLOAD_H_IDENT

#include <time.h> /* because we use time_t inside this file */

#define MIN(a,b) (((a)<(b))?(a):(b))
Expand Down Expand Up @@ -39,3 +41,5 @@ typedef struct clock_info {
/* functions in arch-specific files: */
extern void getload(load_list *);
extern void gettermsize();

#endif /* ifndef TTYLOAD_H_IDENT */