aboutsummaryrefslogtreecommitdiff
path: root/windows/msvc/sys/time.h
diff options
context:
space:
mode:
Diffstat (limited to 'windows/msvc/sys/time.h')
-rw-r--r--windows/msvc/sys/time.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/windows/msvc/sys/time.h b/windows/msvc/sys/time.h
index 96bca1ccb..7c95d409e 100644
--- a/windows/msvc/sys/time.h
+++ b/windows/msvc/sys/time.h
@@ -1,5 +1,5 @@
/*
-* This file is part of the Micro Python project, http://micropython.org/
+* This file is part of the MicroPython project, http://micropython.org/
*
* The MIT License (MIT)
*
@@ -23,6 +23,10 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
+#ifndef MICROPY_INCLUDED_WINDOWS_MSVC_SYS_TIME_H
+#define MICROPY_INCLUDED_WINDOWS_MSVC_SYS_TIME_H
// Get the definitions for timeval etc
#include <Winsock2.h>
+
+#endif // MICROPY_INCLUDED_WINDOWS_MSVC_SYS_TIME_H