blob: 7f47f7ac2b8d2f7b0f2e4fa1d93e15991f040e5c [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 Thompson25b4e612013-10-10 16:03:24 -070010#include "../ndn-cpp-config.h"
Jeff Thompsonc868dd02013-09-24 15:50:47 -070011#include <stdint.h>
Jeff Thompson25b4e612013-10-10 16:03:24 -070012// TODO: Is stddef.h portable?
Jeff Thompson32a23332013-10-07 18:39:00 -070013#include <stddef.h>
Jeff Thompsonc868dd02013-09-24 15:50:47 -070014
15#endif