author | dwmw2 <dwmw2> | 2002-05-09 10:55:29 (UTC) |
---|---|---|
committer | dwmw2 <dwmw2> | 2002-05-09 10:55:29 (UTC) |
commit | d23dbae0bafac32e9f91bf7bf9d0f7721a893ddf (patch) (unidiff) | |
tree | 4a885128bb79823dab6e857e09460dd1de7210f8 | |
parent | 87b3b4dc4e32a7ffbe1ffd2d54b2eb8c23674c66 (diff) | |
download | opie-d23dbae0bafac32e9f91bf7bf9d0f7721a893ddf.zip opie-d23dbae0bafac32e9f91bf7bf9d0f7721a893ddf.tar.gz opie-d23dbae0bafac32e9f91bf7bf9d0f7721a893ddf.tar.bz2 |
include qregexp.h
-rw-r--r-- | core/multimedia/opieplayer/libmad/libmadplugin.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/multimedia/opieplayer/libmad/libmadplugin.cpp b/core/multimedia/opieplayer/libmad/libmadplugin.cpp index eda5859..b06cdaa 100644 --- a/core/multimedia/opieplayer/libmad/libmadplugin.cpp +++ b/core/multimedia/opieplayer/libmad/libmadplugin.cpp | |||
@@ -31,16 +31,17 @@ | |||
31 | #include <errno.h> | 31 | #include <errno.h> |
32 | #include <time.h> | 32 | #include <time.h> |
33 | #include <locale.h> | 33 | #include <locale.h> |
34 | #include <math.h> | 34 | #include <math.h> |
35 | #include <assert.h> | 35 | #include <assert.h> |
36 | 36 | ||
37 | #include <qapplication.h> | 37 | #include <qapplication.h> |
38 | #include <qmessagebox.h> | 38 | #include <qmessagebox.h> |
39 | #include <qregexp.h> | ||
39 | 40 | ||
40 | #include <qpe/config.h> | 41 | #include <qpe/config.h> |
41 | 42 | ||
42 | // for network handling | 43 | // for network handling |
43 | #include <netinet/in.h> | 44 | #include <netinet/in.h> |
44 | #include <netdb.h> | 45 | #include <netdb.h> |
45 | #include <sys/socket.h> | 46 | #include <sys/socket.h> |
46 | #include <arpa/inet.h> | 47 | #include <arpa/inet.h> |