Skip to content

Commit

Permalink
BB -- change the order of includes as mentioned in version 4.3.4-dev-…
Browse files Browse the repository at this point in the history
…13-gc064b8ba
  • Loading branch information
mikebrady committed Jun 15, 2024
1 parent b77092f commit 0412a84
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 0412a84

Please sign in to comment.