summaryrefslogtreecommitdiff
path: root/ofproto/netflow.h
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2010-02-12 12:33:47 -0800
committerBen Pfaff <blp@nicira.com>2010-02-12 13:56:15 -0800
commit54e05b5f6f7d3504dc74a73dcf9707cbdb28d1d1 (patch)
tree4f50c0f0a6224e6f203ddbb0a32cfb53b7244b1a /ofproto/netflow.h
parent608efb41cefb76e371d44489950b797aca6f8e98 (diff)
downloadopenvswitch-54e05b5f6f7d3504dc74a73dcf9707cbdb28d1d1.tar.gz
Add missing <stdint.h> includes.
Reported-by: Jean Tourrilhes <jt@hpl.hp.com>
Diffstat (limited to 'ofproto/netflow.h')
-rw-r--r--ofproto/netflow.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ofproto/netflow.h b/ofproto/netflow.h
index cc7b96057..24505066a 100644
--- a/ofproto/netflow.h
+++ b/ofproto/netflow.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008, 2009 Nicira Networks.
+ * Copyright (c) 2008, 2009, 2010 Nicira Networks.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -17,6 +17,7 @@
#ifndef NETFLOW_H
#define NETFLOW_H 1
+#include <stdint.h>
#include "flow.h"
#include "svec.h"