Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
am cdc4a40: am cb71ed3: am 50e2555: Merge "Always include <sys/socket…
Browse files Browse the repository at this point in the history
….h> before <linux/netlink.h>."

* commit 'cdc4a400b3a47564887ac1220bfb7f6f8312a71e':
  Always include <sys/socket.h> before <linux/netlink.h>.
  • Loading branch information
enh-google authored and Android Git Automerger committed Sep 12, 2012
2 parents 0f5e303 + cdc4a40 commit 7e014ce
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions charger/charger.c
Expand Up @@ -21,19 +21,20 @@
#include <errno.h>
#include <fcntl.h>
#include <linux/input.h>
#include <linux/netlink.h>
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/poll.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <sys/un.h>
#include <time.h>
#include <unistd.h>

#include <sys/socket.h>
#include <linux/netlink.h>

#include <cutils/android_reboot.h>
#include <cutils/klog.h>
#include <cutils/list.h>
Expand Down
1 change: 1 addition & 0 deletions libnl_2/genl/genl.c
Expand Up @@ -20,6 +20,7 @@
#include <unistd.h>
#include <stdio.h>
#include <sys/time.h>
#include <sys/socket.h>
#include <linux/netlink.h>
#include <netlink/genl/ctrl.h>
#include <netlink/genl/family.h>
Expand Down
1 change: 1 addition & 0 deletions libnl_2/msg.c
Expand Up @@ -18,6 +18,7 @@

#include <malloc.h>
#include <unistd.h>
#include <sys/socket.h>
#include <linux/netlink.h>
#include "netlink-types.h"

Expand Down

0 comments on commit 7e014ce

Please sign in to comment.