blob: 48e2ec20f8a83536b4480cc3765db1f4193a6efc [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 Thompson6e229042013-10-10 11:09:49 -070010#include <ndn-cpp/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