diff options
Diffstat (limited to 'WebCore/loader/MainResourceLoader.h')
-rw-r--r-- | WebCore/loader/MainResourceLoader.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/WebCore/loader/MainResourceLoader.h b/WebCore/loader/MainResourceLoader.h index eaaf2e8..5ed0cc8 100644 --- a/WebCore/loader/MainResourceLoader.h +++ b/WebCore/loader/MainResourceLoader.h @@ -26,6 +26,9 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#ifndef MainResourceLoader_h +#define MainResourceLoader_h + #include "FrameLoaderTypes.h" #include "ResourceLoader.h" #include "SubstituteData.h" @@ -107,3 +110,5 @@ namespace WebCore { }; } + +#endif |