# HG changeset patch # User nicodvb # Date 1177156957 0 # Node ID 6c0def2b7e39ac4557c05fab49256d91a6ac54f3 # Parent ce42306025172820b7932330b1d2b6d0cf8a902e include sys/time.h from decoder.c instead of decoder.h diff -r ce4230602517 -r 6c0def2b7e39 vm/decoder.c --- a/vm/decoder.c Sat Apr 21 11:56:41 2007 +0000 +++ b/vm/decoder.c Sat Apr 21 12:02:37 2007 +0000 @@ -31,6 +31,7 @@ #include #include #include /* For memset */ +#include #include "nav_types.h" #include "ifo_types.h" /* vm_cmd_t */ diff -r ce4230602517 -r 6c0def2b7e39 vm/decoder.h --- a/vm/decoder.h Sat Apr 21 11:56:41 2007 +0000 +++ b/vm/decoder.h Sat Apr 21 12:02:37 2007 +0000 @@ -25,9 +25,6 @@ #ifndef DECODER_H_INCLUDED #define DECODER_H_INCLUDED -#include -#include - /* link command types */ typedef enum { LinkNoLink = 0,