author | dwmw2 <dwmw2> | 2002-05-17 13:01:21 (UTC) |
---|---|---|
committer | dwmw2 <dwmw2> | 2002-05-17 13:01:21 (UTC) |
commit | e52cf1a1dc88cea3f2bac03a06d7c429e49a9f7e (patch) (side-by-side diff) | |
tree | 4a30a8a045049594c570e4e5c96a6018a044a4c5 | |
parent | d8d70e07a09a7c50021f6c85690b79b422d43df5 (diff) | |
download | opie-e52cf1a1dc88cea3f2bac03a06d7c429e49a9f7e.zip opie-e52cf1a1dc88cea3f2bac03a06d7c429e49a9f7e.tar.gz opie-e52cf1a1dc88cea3f2bac03a06d7c429e49a9f7e.tar.bz2 |
grrr. put qregexp.h back again
-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 0adb503..3df23249 100644 --- a/core/multimedia/opieplayer/libmad/libmadplugin.cpp +++ b/core/multimedia/opieplayer/libmad/libmadplugin.cpp @@ -15,48 +15,49 @@ ** ** Contact info@trolltech.com if any conditions of this licensing are ** not clear to you. ** **********************************************************************/ // largly modified by Maximilian Reiss <max.reiss@gmx.de> #include <stdio.h> #include <stdarg.h> #include <stdlib.h> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <unistd.h> #include <string.h> #include <ctype.h> #include <errno.h> #include <time.h> #include <locale.h> #include <math.h> #include <assert.h> #include <qapplication.h> #include <qmessagebox.h> +#include <qregexp.h> #include <qpe/config.h> // for network handling #include <netinet/in.h> #include <netdb.h> #include <sys/socket.h> #include <arpa/inet.h> #include <unistd.h> //#define HAVE_MMAP #if defined(HAVE_MMAP) # include <sys/mman.h> #endif #include "libmadplugin.h" extern "C" { #include "mad.h" } |