diff options
| author | J08nY | 2018-03-03 01:24:03 +0100 |
|---|---|---|
| committer | J08nY | 2018-03-03 01:24:03 +0100 |
| commit | d53630043dedeef63a1ea8063c537a939d43afda (patch) | |
| tree | a79f723623da515b6611cbe8d8896ff829f289c7 /src/util/timeout.h | |
| parent | 1f0f281a8a0ee8d4114a7f1df6c762f20e935746 (diff) | |
| download | ecgen-d53630043dedeef63a1ea8063c537a939d43afda.tar.gz ecgen-d53630043dedeef63a1ea8063c537a939d43afda.tar.zst ecgen-d53630043dedeef63a1ea8063c537a939d43afda.zip | |
Add direcory names to include guards.
Diffstat (limited to 'src/util/timeout.h')
| -rw-r--r-- | src/util/timeout.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/util/timeout.h b/src/util/timeout.h index 8f545dd..5a5c0d2 100644 --- a/src/util/timeout.h +++ b/src/util/timeout.h @@ -5,8 +5,8 @@ /** * @file timeout.h */ -#ifndef ECGEN_TIMEOUT_H -#define ECGEN_TIMEOUT_H +#ifndef ECGEN_UTIL_TIMEOUT_H +#define ECGEN_UTIL_TIMEOUT_H #include <setjmp.h> #include <sys/syscall.h> @@ -72,4 +72,4 @@ bool timeout_init(); */ void timeout_quit(); -#endif // ECGEN_TIMEOUT_H +#endif // ECGEN_UTIL_TIMEOUT_H |
