mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 00:12:05 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			252 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			252 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| diff --git a/hxnum.c b/hxnum.c
 | |
| index c6bc852..729dc67 100644
 | |
| --- a/hxnum.c
 | |
| +++ b/hxnum.c
 | |
| @@ -30,6 +30,7 @@
 | |
|  #include <stdlib.h>
 | |
|  #include <err.h>
 | |
|  #include <sysexits.h>
 | |
| +#include <getopt.h>
 | |
|  #include <assert.h>
 | |
|  #include "export.h"
 | |
|  #include "types.e"
 |