moved stuff to where it belongs
diff --git a/aos/common/util/util.gyp b/aos/common/util/util.gyp
index 98f1a3d..6dd2aa2 100644
--- a/aos/common/util/util.gyp
+++ b/aos/common/util/util.gyp
@@ -1,6 +1,13 @@
 {
   'targets': [
     {
+      'target_name': 'inet_addr',
+      'type': 'static_library',
+      'sources': [
+        'inet_addr.cc',
+      ],
+    },
+    {
       'target_name': 'log_interval',
       'type': 'static_library',
       'sources': [