blob: 72af01824a3caea51295f116e6c93486e9b33102 [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
Jeff Thompson649e95f2013-10-08 17:13:09 -070010#include "../ndn-cpp-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