diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-12-02 20:06:01 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-12-02 20:06:01 +0000 |
| commit | 717fb5ab83f0d769bc21073e90cdf1ec8d493875 (patch) | |
| tree | d694051b45f5e56c2ca64a5c3852dcb5ad4c0dbd /src/ui/unixdomainsocket.h | |
| parent | 787acda302d4ca505dff9565b1cc4227d8a2faa4 (diff) | |
| download | qmmp-717fb5ab83f0d769bc21073e90cdf1ec8d493875.tar.gz qmmp-717fb5ab83f0d769bc21073e90cdf1ec8d493875.tar.bz2 qmmp-717fb5ab83f0d769bc21073e90cdf1ec8d493875.zip | |
fixed effect plugin table
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@656 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/ui/unixdomainsocket.h')
| -rw-r--r-- | src/ui/unixdomainsocket.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/unixdomainsocket.h b/src/ui/unixdomainsocket.h index b533fd358..30174042b 100644 --- a/src/ui/unixdomainsocket.h +++ b/src/ui/unixdomainsocket.h @@ -25,8 +25,9 @@ #include <sys/socket.h> #include <netinet/in.h> #include <sys/types.h> +#ifdef Q_OS_LINUX #include <linux/un.h> - +#endif /*! * UnixDomainSocket class is a wrapper around the unix domain sockets implementation. |
