Skip to content

Commit

Permalink
Chanmge order so that it will compile in openbsd.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebrady committed Oct 30, 2018
1 parent 580d75a commit 8a6eb02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shairport.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
* OTHER DEALINGS IN THE SOFTWARE.
*/

#include <sys/socket.h>
#include <sys/types.h>
#include <errno.h>
#include <fcntl.h>
#include <getopt.h>
Expand All @@ -35,9 +37,7 @@
#include <popt.h>
#include <stdio.h>
#include <stdlib.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <unistd.h>

Expand Down

0 comments on commit 8a6eb02

Please sign in to comment.