diff options
Diffstat (limited to '')
-rw-r--r-- | bounce.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bounce.c b/bounce.c index 9b18050..4e5c663 100644 --- a/bounce.c +++ b/bounce.c @@ -14,8 +14,6 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "bounce.h" - #include <assert.h> #include <err.h> #include <errno.h> @@ -41,6 +39,8 @@ #include <sys/capsicum.h> #endif +#include "bounce.h" + static void hashPass(void) { char *pass = getpass("Password: "); byte rand[12]; |