Skip to content

Commit

Permalink
Small fixes for stand-alone usage of libfvalue.
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz committed Nov 8, 2015
1 parent 142e285 commit c790fab
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ Tests:
- compressed (done)
- (compressed) with parent (done)

20141119
* small fixes for stand-alone usage of libfvalue

20141114
* code clean up

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ AC_PREREQ( 2.59 )

AC_INIT(
[libvmdk],
[20141114],
[20141119],
[joachim.metz@gmail.com])

AC_CONFIG_SRCDIR(
Expand Down
7 changes: 1 addition & 6 deletions vmdktools/vmdkoutput.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,13 @@
#include <memory.h>
#include <types.h>

#if defined( HAVE_LOCAL_LIBFVALUE )
#include <libfvalue_definitions.h>
#elif defined( HAVE_LIBFVALUE_H )
#include <libfvalue.h>
#endif

#include "vmdkoutput.h"
#include "vmdktools_libbfio.h"
#include "vmdktools_libcerror.h"
#include "vmdktools_libclocale.h"
#include "vmdktools_libcnotify.h"
#include "vmdktools_libcsystem.h"
#include "vmdktools_libfvalue.h"
#include "vmdktools_libuna.h"
#include "vmdktools_libvmdk.h"

Expand Down

0 comments on commit c790fab

Please sign in to comment.