]> git.vomp.tv Git - vompclient.git/commitdiff
Compilation fix for wheezy image
authorMarten Richter <marten.richter@freenet.de>
Thu, 28 Jun 2012 06:08:57 +0000 (08:08 +0200)
committerMarten Richter <marten.richter@freenet.de>
Thu, 28 Jun 2012 06:08:57 +0000 (08:08 +0200)
mediafile.cc

index e0c11917551831d8f22b0d33b2d21c347b60eeef..155842899155aa7946e8bb1650982c5d3e5cadb6 100644 (file)
@@ -30,6 +30,8 @@
 #include <sys/stat.h>
 #include <sys/types.h>
 #include <stdlib.h>
+#include <stdio.h>
+#include <stddef.h>
 
 #include <iostream>
 #include "log.h"