tests/frame-stats.c: Include stdlib.h

It is used for exit().
This commit is contained in:
Chun-wei Fan 2020-02-11 20:46:19 +08:00
parent af98c46d04
commit 6ec546be02

View File

@ -1,6 +1,7 @@
/* -*- mode: C; c-basic-offset: 2; indent-tabs-mode: nil; -*- */
#include <gtk/gtk.h>
#include <stdlib.h>
#include "frame-stats.h"
#include "variable.h"