diff options
author | Miles Bader <miles@gnu.org> | 1995-07-16 16:10:47 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1995-07-16 16:10:47 +0000 |
commit | bf09e77dc196ed48b5b51bd286ce0320eca183ce (patch) | |
tree | d784bd46b847ff78c2ddae92fed17d8cafcc3bff /pflocal | |
parent | 8efd3ff1b7caa4344d70ad5916c54395b13a0ebd (diff) |
entered into RCS
Diffstat (limited to 'pflocal')
-rw-r--r-- | pflocal/connq.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pflocal/connq.h b/pflocal/connq.h index 9db693e7..7daf8864 100644 --- a/pflocal/connq.h +++ b/pflocal/connq.h @@ -21,6 +21,8 @@ #ifndef __CONNQ_H__ #define __CONNQ_H__ +#include <errno.h> + /* Unknown types */ struct connq; struct connq_request; |