Lots of warning fixed, one missing WINAPI in ddraw.c added.

diff --git a/graphics/fontengine.c b/graphics/fontengine.c
index 0d8a07f..9b672dc 100644
--- a/graphics/fontengine.c
+++ b/graphics/fontengine.c
@@ -5,11 +5,12 @@
  * Copyright 1998 David Lee Lambert
  * 
  */
+#include <math.h>
 #include <stdio.h>
 #include <stdlib.h>
-#include <debug.h>     
 #include "winbase.h"
 #include "font.h"
+#include "debug.h"