Skip to content

Commit d1900ad

Browse files
mpiatkaMartinPulec
authored andcommitted
tools/astat: Add missing include guard
1 parent b7e6f78 commit d1900ad

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tools/astat.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#ifndef ASTAT_H_64f15ac8bc64
2+
13
#ifdef __cplusplus
24
extern "C" {
35
#endif
@@ -15,3 +17,5 @@ bool astat_parse_line(const char *str, double volpeak[2], double volrms[2]);
1517
#ifdef __cplusplus
1618
}
1719
#endif
20+
21+
#endif

0 commit comments

Comments
 (0)