diff options
Diffstat (limited to '')
-rw-r--r-- | ring.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ring.c b/ring.c index aca33a0..5fb9daa 100644 --- a/ring.c +++ b/ring.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 <stdio.h> @@ -23,6 +21,8 @@ #include <sysexits.h> #include <time.h> +#include "bounce.h" + static struct { size_t len; char **lines; |