use new RCSID macro to prevent Id keyword from being optimized out
[freeradius.git] / src / include / missing.h
index ef6f9f5..054f5d6 100644 (file)
@@ -9,6 +9,9 @@
  *
  */
 
+#include <freeradius-devel/ident.h>
+RCSIDH(missing_h, "$Id$")
+
 #ifdef HAVE_STDINT_H
 #include <stdint.h>
 #endif