diff options
Diffstat (limited to 'watrack_mpd/commonheaders.h')
-rwxr-xr-x | watrack_mpd/commonheaders.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/watrack_mpd/commonheaders.h b/watrack_mpd/commonheaders.h index 81ccc20..e2e578c 100755 --- a/watrack_mpd/commonheaders.h +++ b/watrack_mpd/commonheaders.h @@ -13,7 +13,8 @@ // You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-
+#ifndef COMMONHEADERS_H
+#define COMMONHEADERS_H
#include <windows.h>
#include <tchar.h>
#include <malloc.h>
@@ -25,7 +26,7 @@ #include <m_netlib.h>
//#include <m_clist.h>
//#include <m_skin.h>
-//#include <m_database.h>
+#include <m_database.h>
//#include <m_protosvc.h>
//#include <m_protocols.h>
#include <m_system.h>
@@ -34,6 +35,9 @@ #include "resource.h"
+#include "globals.h"
#include "main.h"
#include "constants.h"
#include "m_music.h"
+#include "utilities.h"
+#endif
|