Commit 8216f304 authored by Warren Dukes's avatar Warren Dukes

move sys/types.h include in utils.c, so it works for FreeBSD, from MDR

git-svn-id: https://svn.musicpd.org/mpd/trunk@581 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent ae229142
......@@ -21,9 +21,9 @@
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <sys/types.h>
#include <sys/select.h>
#include <sys/time.h>
#include <sys/types.h>
#include <unistd.h>
char * myFgets(char * buffer, int bufferSize, FILE * fp) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment