Include missing stdlib.h for free()

This commit is contained in:
Matthias Hopf 2008-01-09 16:31:41 +01:00
parent 3414313ac9
commit 49f409fef5
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#define _PARSE_EDID_
#include "xf86.h"