summaryrefslogtreecommitdiff
path: root/server/mov_encoder_writer.cc
diff options
context:
space:
mode:
authordeva <deva>2006-07-25 16:35:32 +0000
committerdeva <deva>2006-07-25 16:35:32 +0000
commitbad686c6eba0d6afc39b8fcdd78f5069ec4d2cb8 (patch)
tree5af7bb7561ec08460503f6487341838898a78d38 /server/mov_encoder_writer.cc
parentdffe8d4a8ce470d315639331bdc1f45f25244618 (diff)
Moved the ETC and PIXMAPS symbols to config.h.
Moved the ETC and PIXMAPS symbols to config.h. Moved the ETC and PIXMAPS symbols to config.h.
Diffstat (limited to 'server/mov_encoder_writer.cc')
-rw-r--r--server/mov_encoder_writer.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/server/mov_encoder_writer.cc b/server/mov_encoder_writer.cc
index a8eb190..8f432ee 100644
--- a/server/mov_encoder_writer.cc
+++ b/server/mov_encoder_writer.cc
@@ -24,7 +24,9 @@
* along with MIaV; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
*/
-#include <config.h>
+// For ETC
+#include "config.h"
+
#include "mov_encoder_writer.h"
#include <sys/types.h>