summaryrefslogtreecommitdiff
path: root/src/cairo-win32.h
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2005-04-07 12:56:43 +0000
committerCarl Worth <cworth@cworth.org>2005-04-07 12:56:43 +0000
commit62212867d4228d5834ea16858a8569765977bdd9 (patch)
treed0412892e7476e96576ab117cc55904f5630b8c4 /src/cairo-win32.h
parent4a3a6e871965b1f2ab113cb50a4687a54a231856 (diff)
downloadcairo-62212867d4228d5834ea16858a8569765977bdd9.tar.gz
Minor changes to header file inclusion recommended by Oleg Smolsky for better portability to MSVC.
Diffstat (limited to 'src/cairo-win32.h')
-rw-r--r--src/cairo-win32.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cairo-win32.h b/src/cairo-win32.h
index 27f179df8..535e62cb3 100644
--- a/src/cairo-win32.h
+++ b/src/cairo-win32.h
@@ -34,6 +34,7 @@
*/
#ifndef _CAIRO_WIN32_H_
+#define _CAIRO_WIN32_H_
#include <cairo.h>