mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 09:09:54 -05:00
dtest.c needed lber-int.h (struct berelement)
This commit is contained in:
parent
745dfd0298
commit
ee4ee470d5
1 changed files with 2 additions and 1 deletions
|
|
@ -23,13 +23,14 @@
|
|||
#include <console.h>
|
||||
#endif /* MACOS */
|
||||
|
||||
#include "lber.h"
|
||||
#include "lber-int.h"
|
||||
|
||||
static void usage( char *name )
|
||||
{
|
||||
fprintf( stderr, "usage: %s fmt\n", name );
|
||||
}
|
||||
|
||||
int
|
||||
main( int argc, char **argv )
|
||||
{
|
||||
long i;
|
||||
|
|
|
|||
Loading…
Reference in a new issue