Skip to content

Commit

Permalink
Bug 1110212 - Fix missing includes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugen Sawin committed Dec 18, 2014
1 parent 6a3af64 commit f1917d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions other-licenses/android/res_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ __RCSID("$NetBSD: res_init.c,v 1.8 2006/03/19 03:10:08 christos Exp $");

#ifdef ANDROID_CHANGES
#include <sys/system_properties.h>
#include <errno.h>
#include <fcntl.h>
#endif /* ANDROID_CHANGES */

#ifndef MIN
Expand Down

0 comments on commit f1917d7

Please sign in to comment.