branch Attitude Adjustment packages
[12.09/packages.git] / utils / bemused / patches / 110-missing_includes.patch
1 diff -urN bemused-mpd-r062/main.cpp bemused-mpd-r062.new/main.cpp
2 --- bemused-mpd-r062/main.cpp   2008-02-23 08:01:38.000000000 +0100
3 +++ bemused-mpd-r062.new/main.cpp       2010-03-29 13:00:07.000000000 +0200
4 @@ -16,6 +16,7 @@
5   ***************************************************************************/
6  
7  #include <stdlib.h>
8 +#include <stdio.h>
9  #include <iostream>
10  
11  #include "BemusedServerDlg.h"