Browse Source

Add missing include file.

aignacio_sf 19 years ago
parent
commit
9cee27e19d
1 changed files with 2 additions and 0 deletions
  1. 2 0
      panda/src/display/displayInformation.h

+ 2 - 0
panda/src/display/displayInformation.h

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