1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-15 04:42:04 +00:00

include for uintxx_t

This commit is contained in:
winlin 2017-01-30 17:38:30 +08:00
parent b16ab038ce
commit bb5bd0ee1c

View file

@ -65,6 +65,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
};
#endif
#include <stdint.h>
#include <sys/types.h>
#ifdef __cplusplus