]> granicus.if.org Git - python/commitdiff
Added missing include of Fonts.h
authorJack Jansen <jack.jansen@cwi.nl>
Thu, 7 Mar 1996 15:17:11 +0000 (15:17 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Thu, 7 Mar 1996 15:17:11 +0000 (15:17 +0000)
Mac/Python/macmain.c

index 5cea381b429f29d947819c4f0892e267d5736bac..966c27982402bbce7ba2c85a2fa2c353f64361a8 100644 (file)
@@ -35,6 +35,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 #include <Events.h>
 #include <Windows.h>
 #include <Desk.h>
+#include <Fonts.h>
 
 #ifdef __MWERKS__
 #include <SIOUX.h>