mirror of
https://github.com/strophe/libstrophe.git
synced 2026-07-29 16:46:21 +00:00
fix MSVC build
This commit is contained in:
committed by
Dmitry Podgorny
parent
bf5bf96e95
commit
58613ea7f3
@@ -19,11 +19,7 @@
|
||||
#ifndef __LIBSTROPHE_UTIL_H__
|
||||
#define __LIBSTROPHE_UTIL_H__
|
||||
|
||||
#ifndef _WIN32
|
||||
#include <stdint.h>
|
||||
#else
|
||||
#include "ostypes.h"
|
||||
#endif
|
||||
|
||||
/* timing functions */
|
||||
uint64_t time_stamp(void);
|
||||
|
||||
Reference in New Issue
Block a user