diff options
| author | Kurt Schwehr <schwehr@google.com> | 2018-05-15 13:42:20 -0700 |
|---|---|---|
| committer | Kurt Schwehr <schwehr@google.com> | 2018-05-15 13:42:20 -0700 |
| commit | 1e8824517900d37232468b9e3d7f3724e7ffa786 (patch) | |
| tree | 832a1a4c344cad4d4edfbea9b84adddd63e0001e /src/emess.c | |
| parent | ae40f8d2e407d98b75973dcbe4eb4cf5d3cb87a3 (diff) | |
| download | PROJ-1e8824517900d37232468b9e3d7f3724e7ffa786.tar.gz PROJ-1e8824517900d37232468b9e3d7f3724e7ffa786.zip | |
IWYU: Partial PJ_natearth.c..rtodms.c
Diffstat (limited to 'src/emess.c')
| -rw-r--r-- | src/emess.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/emess.c b/src/emess.c index a645bac9..330b8412 100644 --- a/src/emess.c +++ b/src/emess.c @@ -9,14 +9,16 @@ # endif #endif +#include <errno.h> +#include <stdarg.h> #include <stdio.h> #include <stdlib.h> -#include <stdarg.h> -#include <errno.h> #include <string.h> + #include "proj_api.h" #define EMESS_ROUTINE #include "emess.h" + void emess(int code, const char *fmt, ...) { va_list args; |
