diff --git a/mozilla/layout/forms/nsITextControlFrame.h b/mozilla/layout/forms/nsITextControlFrame.h index 06c84f3b4a2..6a654728e47 100644 --- a/mozilla/layout/forms/nsITextControlFrame.h +++ b/mozilla/layout/forms/nsITextControlFrame.h @@ -34,6 +34,9 @@ * the terms of any one of the NPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ + +#ifndef nsITextControlFrame_h___ +#define nsITextControlFrame_h___ #include "nsIFormControlFrame.h" @@ -86,3 +89,5 @@ public: NS_IMETHOD GetSelectionContr(nsISelectionController **aSelCon) = 0; }; + +#endif diff --git a/mozilla/layout/html/forms/public/nsITextControlFrame.h b/mozilla/layout/html/forms/public/nsITextControlFrame.h index 06c84f3b4a2..6a654728e47 100644 --- a/mozilla/layout/html/forms/public/nsITextControlFrame.h +++ b/mozilla/layout/html/forms/public/nsITextControlFrame.h @@ -34,6 +34,9 @@ * the terms of any one of the NPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ + +#ifndef nsITextControlFrame_h___ +#define nsITextControlFrame_h___ #include "nsIFormControlFrame.h" @@ -86,3 +89,5 @@ public: NS_IMETHOD GetSelectionContr(nsISelectionController **aSelCon) = 0; }; + +#endif