diff options
Diffstat (limited to 'src/text.c')
-rw-r--r-- | src/text.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -13,9 +13,10 @@ * with Ganv. If not, see <http://www.gnu.org/licenses/>. */ +#include <math.h> #include <stdint.h> +#include <stdlib.h> #include <string.h> -#include <math.h> #include <gtk/gtkstyle.h> |