diff options
author | Sebastien Marie <semarie@cvs.openbsd.org> | 2015-08-24 09:23:05 +0000 |
---|---|---|
committer | Sebastien Marie <semarie@cvs.openbsd.org> | 2015-08-24 09:23:05 +0000 |
commit | 979096f1657eabe75d4fca4b726e2560d184c428 (patch) | |
tree | 3fc400e7a4fea9034a27789e14c7ed490b9b6bc3 | |
parent | 7de616c4841228754c8c50047f5035869004c614 (diff) |
add a missing header
-rw-r--r-- | regress/sys/kern/tame/generic/actions.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/sys/kern/tame/generic/actions.c b/regress/sys/kern/tame/generic/actions.c index 9d41a905c7c..e4724410e8a 100644 --- a/regress/sys/kern/tame/generic/actions.c +++ b/regress/sys/kern/tame/generic/actions.c @@ -1,4 +1,4 @@ -/* $OpenBSD: actions.c,v 1.1 2015/08/24 09:21:10 semarie Exp $ */ +/* $OpenBSD: actions.c,v 1.2 2015/08/24 09:23:04 semarie Exp $ */ /* * Copyright (c) 2015 Sebastien Marie <semarie@openbsd.org> * @@ -18,6 +18,7 @@ #include <sys/resource.h> #include <sys/socket.h> #include <sys/stat.h> +#include <sys/tame.h> #include <sys/time.h> #include <sys/types.h> #include <sys/wait.h> |