OSDN Git Service

Make sure size_t is defined before used in strings.h
authorMartin Storsjo <martin@martin.st>
Wed, 22 Jul 2009 09:41:02 +0000 (11:41 +0200)
committerMartin Storsjo <martin@martin.st>
Wed, 22 Jul 2009 09:41:02 +0000 (11:41 +0200)
commit70f1280ca9ccbf211da5514f01a77fad54e546a4
tree62092cccd12a6c62d9f2e89e49766f560e6f948e
parent90ec5f2a3f581927ffef55733e8d531890fdc90e
Make sure size_t is defined before used in strings.h

Otherwise, including strings.h as the first file in a C file yields errors.

This fixes issue 3332.
libc/include/strings.h