diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-06-01 09:42:39 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-06-01 09:42:39 +0000 |
| commit | 810d10487b56dd7765ae7b3b461c4feb216368b7 (patch) | |
| tree | 239e495c316e4a90bdd6d3a17a46c57834ebe1e4 /src/ui/qmmpstarter.cpp | |
| parent | d22e58bf97516718933354cf38ef7cb97a087ec5 (diff) | |
| download | qmmp-810d10487b56dd7765ae7b3b461c4feb216368b7.tar.gz qmmp-810d10487b56dd7765ae7b3b461c4feb216368b7.tar.bz2 qmmp-810d10487b56dd7765ae7b3b461c4feb216368b7.zip | |
fixed crash
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@394 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/ui/qmmpstarter.cpp')
| -rw-r--r-- | src/ui/qmmpstarter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/qmmpstarter.cpp b/src/ui/qmmpstarter.cpp index 085cc4713..4d47ffabd 100644 --- a/src/ui/qmmpstarter.cpp +++ b/src/ui/qmmpstarter.cpp @@ -22,7 +22,7 @@ #include "unixdomainsocket.h" #include <unistd.h> -#include <stdio.h> +#include <sys/types.h> #include <string.h> #include "mainwindow.h" |
