diff --git a/fault.h b/fault.h index fd42b82..841ceb6 100644 --- a/fault.h +++ b/fault.h @@ -16,6 +16,9 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#ifndef HAVE_FAULT_H +#define HAVE_FAULT_H + #include enum fault_type { @@ -37,3 +40,5 @@ struct fault_interval { }; const char *ft_str(enum fault_type ft); + +#endif