diff options
Diffstat (limited to 'src/OSSupport/Errors.h')
-rw-r--r-- | src/OSSupport/Errors.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/OSSupport/Errors.h b/src/OSSupport/Errors.h index 72ba98862..8ce9deb10 100644 --- a/src/OSSupport/Errors.h +++ b/src/OSSupport/Errors.h @@ -1,3 +1,5 @@ +#pragma once + AString GetOSErrorString(int a_ErrNo); |