blob: 89392bcf3fdbb28496f517fefc95a8a837af7da5 [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
Jeff Thompsone589c3f2013-10-12 17:30:50 -07008#define NDN_COMMON_H
Jeff Thompsonc868dd02013-09-24 15:50:47 -07009
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