#ifndef _DUMPME_H
  #define _DUMPME_H

  #ifdef TARGET_LINUX
    #include <sys/prctl.h>
  #endif

#endif
