-/* Copyright (c) 2008 The Board of Trustees of The Leland Stanford
+/* Copyright (c) 2008, 2009 The Board of Trustees of The Leland Stanford
* Junior University
*
* We are making the OpenFlow specification and associated documentation
#include <stdbool.h>
#include <stdlib.h>
+#include "util.h"
/* A hash map node, to be embedded inside the data structure being mapped. */
struct hmap_node {