0
1
mirror of https://github.com/profanity-im/profanity.git synced 2025-07-05 17:28:00 -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"