From 9cee27e19dda562e1695635e4a1ecae027ade85e Mon Sep 17 00:00:00 2001 From: aignacio_sf <> Date: Fri, 19 Jan 2007 02:44:52 +0000 Subject: [PATCH] Add missing include file. --- panda/src/display/displayInformation.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/panda/src/display/displayInformation.h b/panda/src/display/displayInformation.h index f699e9b061..8fe5111f43 100644 --- a/panda/src/display/displayInformation.h +++ b/panda/src/display/displayInformation.h @@ -20,6 +20,8 @@ #ifndef DISPLAYINFORMATION_H #define DISPLAYINFORMATION_H +#include "typedef.h" + typedef struct { int width; int height;