1f505afec7
git-svn-id: svn://svn.openwrt.org/openwrt/packages@20579 3c298f89-4303-0410-b956-a3cf2f4a3e73
12 lines
396 B
Diff
12 lines
396 B
Diff
diff -urN bemused-mpd-r062/main.cpp bemused-mpd-r062.new/main.cpp
|
|
--- bemused-mpd-r062/main.cpp 2008-02-23 08:01:38.000000000 +0100
|
|
+++ bemused-mpd-r062.new/main.cpp 2010-03-29 13:00:07.000000000 +0200
|
|
@@ -16,6 +16,7 @@
|
|
***************************************************************************/
|
|
|
|
#include <stdlib.h>
|
|
+#include <stdio.h>
|
|
#include <iostream>
|
|
|
|
#include "BemusedServerDlg.h"
|