Add #include of sys/types.h for .c files that include missing.h to

be sure that size_t and ssize_t are defined.
This commit is contained in:
Todd C. Miller
2010-08-30 09:14:41 -04:00
parent 7213f72054
commit 399381de99
8 changed files with 25 additions and 4 deletions

View File

@@ -14,12 +14,15 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
#include <config.h>
#include <sys/types.h>
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <config.h>
#include <missing.h>
#include "error.h"