Add missing include file.

This commit is contained in:
aignacio_sf 2007-01-19 02:44:52 +00:00
parent dd52700ffa
commit 9cee27e19d

View File

@ -20,6 +20,8 @@
#ifndef DISPLAYINFORMATION_H #ifndef DISPLAYINFORMATION_H
#define DISPLAYINFORMATION_H #define DISPLAYINFORMATION_H
#include "typedef.h"
typedef struct { typedef struct {
int width; int width;
int height; int height;