ossp-pkg/uuid/uuid_mac.c 1.10 -> 1.11
--- uuid_mac.c 2006/07/28 19:04:32 1.10
+++ uuid_mac.c 2006/08/02 13:11:09 1.11
@@ -27,16 +27,16 @@
** uuid_mac.c: Media Access Control (MAC) resolver implementation
*/
-#include "config.h"
-#include "uuid_mac.h"
+/* own headers (part (1/2) */
+#include "uuid_ac.h"
+/* system headers */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <fcntl.h>
#include <time.h>
-
#ifdef HAVE_SYS_TIME_H
#include <sys/time.h>
#endif
@@ -77,6 +77,9 @@
#include <ifaddrs.h>
#endif
+/* own headers (part (1/2) */
+#include "uuid_mac.h"
+
#ifndef FALSE
#define FALSE 0
#endif
|
|