1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-29 19:56:07 -04:00

Added missing stdlib.h include

This commit is contained in:
James Booth 2016-02-24 00:59:28 +00:00
parent ac91e7ef85
commit 9d31ce49c3

View File

@ -34,6 +34,7 @@
#include <string.h>
#include <assert.h>
#include <stdlib.h>
#include "ui/win_types.h"
#include "window_list.h"