include sys/time.h from decoder.c instead of decoder.h
author |
nicodvb |
date |
Sat, 21 Apr 2007 12:02:37 +0000 |
parents |
ce4230602517 |
children |
54b6a000f6da |
files |
vm/decoder.c vm/decoder.h |
diffstat |
2 files changed, 1 insertions(+), 3 deletions(-)
[+]
|
line diff
--- 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 <stdlib.h>
#include <inttypes.h>
#include <string.h> /* For memset */
+#include <sys/time.h>
#include "nav_types.h"
#include "ifo_types.h" /* vm_cmd_t */
--- 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 <inttypes.h>
-#include <sys/time.h>
-
/* link command types */
typedef enum {
LinkNoLink = 0,