1
0
mirror of https://github.com/cc65/cc65.git synced 2025-01-11 11:30:13 +00:00

Included a header that defines NULL.

This commit is contained in:
Greg King 2013-06-28 06:36:32 -04:00
parent ecef5551a8
commit 42301b78ce

View File

@ -5,6 +5,7 @@
*/
#include <stddef.h>
#include <fcntl.h>
#include <unistd.h>
#include <mouse.h>