Skip to content

Commit

Permalink
Add define guard
Browse files Browse the repository at this point in the history
  • Loading branch information
PiJoules authored Dec 12, 2023
1 parent dc324a5 commit 19e088b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions xos.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#ifndef XOS_H_
#define XOS_H_

#include <assert.h>
#include <stdint.h>
#include <stdio.h>
Expand Down Expand Up @@ -172,3 +175,5 @@ class Parser {
};

} // namespace xos

#endif // XOS_H_

0 comments on commit 19e088b

Please sign in to comment.