commit | f3cf438714aa1284d8a58e2f3b108ba93f6d3abb | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Feb 03 17:12:07 2015 -0800 |
committer | Elliott Hughes <enh@google.com> | Wed Feb 04 08:59:10 2015 -0800 |
tree | 3a1b726c6805315c280d745e8b742ec9542d58e9 | |
parent | 5204b1580e0d0f38272c7da166eee9b88c14dc50 [diff] [blame] |
Build init as C++. This is just the minimal change to keep it building. Change-Id: I245c5b8413a1db114576c81462eb5737f5ffcef2
diff --git a/init/devices.h b/init/devices.h index 5d0fe88..6cb0a77 100644 --- a/init/devices.h +++ b/init/devices.h
@@ -26,4 +26,5 @@ unsigned int gid, unsigned short prefix, unsigned short wildcard); int get_device_fd(); + #endif /* _INIT_DEVICES_H */