Include missing stdlib.h for free()
This commit is contained in:
parent
3414313ac9
commit
49f409fef5
|
|
@ -31,6 +31,7 @@
|
|||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#define _PARSE_EDID_
|
||||
#include "xf86.h"
|
||||
|
|
|
|||
Loading…
Reference in New Issue