X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fxmmanagerp.h;h=3d4698c2d0c283bbcb78bd2d67fd567315bc573d;hb=1d0f965ba499c40eb5b24415c62ec0dc2b0b8ff7;hp=4800b0aa506bc23a3dcb601ae10616e9e8be1115;hpb=6883ee56ec887c2c48abe5b06b5e66aa74031910;p=chise%2Fxemacs-chise.git.1 diff --git a/src/xmmanagerp.h b/src/xmmanagerp.h index 4800b0a..3d4698c 100644 --- a/src/xmmanagerp.h +++ b/src/xmmanagerp.h @@ -23,9 +23,14 @@ Boston, MA 02111-1307, USA. */ /* ManagerP.h doesn't exist in old versions of Motif; the stuff is in XmP.h instead */ +#ifndef INCLUDED_xmmanagerp_h_ +#define INCLUDED_xmmanagerp_h_ + #include /* to get XmVersion */ #if (XmVersion >= 1002) # include #else # include #endif + +#endif /* INCLUDED_xmmanagerp_h_ */