Skip to content

Commit

Permalink
Snap for 7673994 from a6f2586 to tm-release
Browse files Browse the repository at this point in the history
Change-Id: I90b26586b60e006a57c0116f74f7b8b58223847e
  • Loading branch information
Android Build Coastguard Worker committed Aug 26, 2021
2 parents 027b347 + a6f2586 commit f592d19
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion contrib/android/e2fsdroid.c
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#define _GNU_SOURCE

#include "config.h"
#include <stdio.h>
#include <getopt.h>
#include <string.h>
#include <unistd.h>
#include <limits.h>
#include <ext2fs/ext2fs.h>

#include "perms.h"
#include "base_fs.h"
Expand Down
1 change: 1 addition & 0 deletions contrib/android/perms.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#ifndef _GNU_SOURCE
# define _GNU_SOURCE //asprintf
#endif
#include "config.h"
#include "perms.h"
#include "support/nls-enable.h"
#include <time.h>
Expand Down
1 change: 0 additions & 1 deletion contrib/android/perms.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#ifndef ANDROID_PERMS_H
# define ANDROID_PERMS_H

# include "config.h"
# include <ext2fs/ext2fs.h>

typedef void (*fs_config_f)(const char *path, int dir,
Expand Down
3 changes: 2 additions & 1 deletion e2fsck/jfs_user.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
#ifndef _JFS_USER_H
#define _JFS_USER_H

#include "config.h"

#ifdef DEBUGFS
#include <stdio.h>
#include <stdlib.h>
Expand All @@ -27,7 +29,6 @@
/*
* Pull in the definition of the e2fsck context structure
*/
#include "config.h"
#include "e2fsck.h"
#endif

Expand Down

0 comments on commit f592d19

Please sign in to comment.