1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05: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 <string.h>
#include <assert.h> #include <assert.h>
#include <stdlib.h>
#include "ui/win_types.h" #include "ui/win_types.h"
#include "window_list.h" #include "window_list.h"