diff options
| author | Vincent Belaïche | 2017-06-23 22:08:10 +0200 |
|---|---|---|
| committer | Vincent Belaïche | 2017-06-23 22:08:10 +0200 |
| commit | 2f943ab169cd6a88474e0e8a67112d3b7a5ff835 (patch) | |
| tree | 2154fc48d875b9fdf247b70214b7092c80c06e77 /lib-src/hexl.c | |
| parent | eebb9783e1674732b7c63d50211b524ff0fea7bd (diff) | |
| parent | dfe73cb06f1dff052aff0abe51ced3b097b06340 (diff) | |
| download | emacs-2f943ab169cd6a88474e0e8a67112d3b7a5ff835.tar.gz emacs-2f943ab169cd6a88474e0e8a67112d3b7a5ff835.zip | |
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
Diffstat (limited to 'lib-src/hexl.c')
| -rw-r--r-- | lib-src/hexl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/hexl.c b/lib-src/hexl.c index 319ce8bc890..d949af08902 100644 --- a/lib-src/hexl.c +++ b/lib-src/hexl.c | |||
| @@ -22,11 +22,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 22 | #include <config.h> | 22 | #include <config.h> |
| 23 | 23 | ||
| 24 | #include <inttypes.h> | 24 | #include <inttypes.h> |
| 25 | #include <stdio.h> | ||
| 26 | #include <stdlib.h> | 25 | #include <stdlib.h> |
| 27 | #include <string.h> | 26 | #include <string.h> |
| 28 | 27 | ||
| 29 | #include <binary-io.h> | 28 | #include <binary-io.h> |
| 29 | #include <unlocked-io.h> | ||
| 30 | 30 | ||
| 31 | static char *progname; | 31 | static char *progname; |
| 32 | 32 | ||