Add includes to make headers self-contained
This commit is contained in:
parent
a78476fcb9
commit
a9fd8d349b
2 changed files with 3 additions and 0 deletions
|
@ -34,6 +34,8 @@
|
|||
#ifndef SECURE_H
|
||||
#define SECURE_H
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
extern size_t save_input(char *);
|
||||
extern size_t seen_input(char *);
|
||||
extern void forget_input(size_t);
|
||||
|
|
|
@ -36,6 +36,7 @@
|
|||
#define LWPINT_H
|
||||
|
||||
#include <signal.h>
|
||||
#include <time.h>
|
||||
#include <ucontext.h>
|
||||
|
||||
#include "misc.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue