PD header

This commit is contained in:
Sean Middleditch 2009-03-14 02:20:03 -04:00
parent d99b36d8bb
commit ce753de868
1 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,14 @@
/*
* Sean Middleditch
* sean@sourcemud.org
*
* The author or authors of this code dedicate any and all copyright interest
* in this code to the public domain. We make this dedication for the benefit
* of the public at large and to the detriment of our heirs and successors. We
* intend this dedication to be an overt act of relinquishment in perpetuity of
* all present and future rights to this code under copyright law.
*/
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>