]> granicus.if.org Git - strace/blobdiff - mpers_type.h
Update NEWS
[strace] / mpers_type.h
index 4ce569bb3fc75b24f09d6372d45259627c1590cb..ac840adba1b448e0f4fe153f7d784170fe4b3e75 100644 (file)
@@ -26,6 +26,9 @@
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
+#ifndef STRACE_MPERS_TYPE_H
+#define STRACE_MPERS_TYPE_H
+
 #ifdef IN_MPERS
 # define STRINGIFY(a) #a
 # define DEF_MPERS_TYPE(args) STRINGIFY(args.h)
@@ -45,3 +48,5 @@
 #  define MPERS_DEFS "native_defs.h"
 # endif
 #endif
+
+#endif /* !STRACE_MPERS_TYPE_H */