Skip to content

Commit

Permalink
Merge pull request abrasive#135 from alenichev/master
Browse files Browse the repository at this point in the history
Fix compilation error
  • Loading branch information
albertz committed Jan 12, 2012
2 parents 4172b69 + 0d0299d commit d2b2a34
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ Perl modules (install from CPAN if needed e.g. `perl -MCPAN -e 'install X'`):
make
perl shairport.pl

## OpenBSD

pkg_add -r gmake libao avahi p5-libwww p5-Crypt-OpenSSL-RSA p5-IO-Socket-INET6
gmake
perl shairport.pl

## Mac OS X:

* install XCode
Expand Down
1 change: 1 addition & 0 deletions shairport.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#include "socketlib.h"
#include <regex.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <regex.h>


Expand Down

0 comments on commit d2b2a34

Please sign in to comment.