diff options
Diffstat (limited to '')
-rw-r--r-- | state.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/state.c b/state.c index ba6f8d6..71d0e2c 100644 --- a/state.c +++ b/state.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 <stdbool.h> @@ -25,6 +23,8 @@ #include <strings.h> #include <sysexits.h> +#include "bounce.h" + typedef void Handler(struct Message *msg); static void require(const struct Message *msg, bool origin, size_t len) { |