blob: 3f271990e8d3785f1c16dca5c064d00abaed26b4 [file] [log] [blame]
Jeff Thompsonc868dd02013-09-24 15:50:47 -07001/**
2 * Copyright (C) 2013 Regents of the University of California.
3 * @author: Jeff Thompson <jefft0@remap.ucla.edu>
4 * See COPYING for copyright and distribution information.
5 */
6
7#ifndef NDN_COMMON_H
8#define NDN_COMMON_H
9
10#include "../../config.h"
Jeff Thompsonc868dd02013-09-24 15:50:47 -070011#include <stdint.h>
Jeff Thompson32a23332013-10-07 18:39:00 -070012#include <stddef.h>
Jeff Thompsonc868dd02013-09-24 15:50:47 -070013
14#endif